1
0
Fork 0
mirror of https://gitlab.com/Mr_Goldberg/goldberg_emulator.git synced 2024-11-14 10:50:13 +01:00

Update steam_overlay.h

This commit is contained in:
Nemirtingas 2019-09-04 17:40:22 +00:00
parent 2db31928e9
commit e82579b82c

View file

@ -165,6 +165,8 @@ public:
void FriendConnect(Friend _friend) {}
void FriendDisconnect(Friend _friend) {}
void AddNotification(std::string const& message) {}
};
#endif