Add dummy funcs.

This commit is contained in:
Nemirtingas 2019-10-15 19:08:14 +02:00
parent dd1a21dae9
commit 1af7902aae
1 changed files with 4 additions and 2 deletions

View File

@ -183,8 +183,10 @@ public:
void FriendConnect(Friend _friend) {}
void FriendDisconnect(Friend _friend) {}
void AddNotification(std::string const& message) {}
void AddMessageNotification(std::string const& message) {}
void AddAchievementNotification(nlohmann::json const& ach) {}
void AddInviteNotification(std::pair<const Friend, friend_window_state> &wnd_state) {}
};
#endif