From 1af7902aaed6629925ffb3cf0f442cfcd155a696 Mon Sep 17 00:00:00 2001 From: Nemirtingas Date: Tue, 15 Oct 2019 19:08:14 +0200 Subject: [PATCH] Add dummy funcs. --- overlay_experimental/steam_overlay.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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