diff --git a/overlay_experimental/steam_overlay.h b/overlay_experimental/steam_overlay.h index 95f76c7..86613fb 100644 --- a/overlay_experimental/steam_overlay.h +++ b/overlay_experimental/steam_overlay.h @@ -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 &wnd_state) {} }; #endif