fix missing arg

This commit is contained in:
otavepto 2024-06-06 21:39:31 +03:00
parent 1dd359b42a
commit 662a025a38

View File

@ -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