Add dummy funcs.
parent
dd1a21dae9
commit
1af7902aae
|
@ -184,7 +184,9 @@ public:
|
||||||
void FriendConnect(Friend _friend) {}
|
void FriendConnect(Friend _friend) {}
|
||||||
void FriendDisconnect(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
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue