Update steam_overlay.h

This commit is contained in:
Nemirtingas 2019-09-04 17:40:22 +00:00
parent 2db31928e9
commit e82579b82c
1 changed files with 2 additions and 0 deletions

View File

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