fix missing arg
This commit is contained in:
parent
1dd359b42a
commit
662a025a38
@ -319,7 +319,7 @@ public:
|
|||||||
void FriendConnect(Friend _friend) {}
|
void FriendConnect(Friend _friend) {}
|
||||||
void FriendDisconnect(Friend _friend) {}
|
void FriendDisconnect(Friend _friend) {}
|
||||||
|
|
||||||
void AddAchievementNotification(const std::string &ach_name, nlohmann::json const& ach) {}
|
void AddAchievementNotification(const std::string &ach_name, nlohmann::json const& ach, bool for_progress) {}
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // EMU_OVERLAY
|
#endif // EMU_OVERLAY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user