diff --git a/overlay_experimental/steam_overlay.h b/overlay_experimental/steam_overlay.h index fe4aa75..f325531 100644 --- a/overlay_experimental/steam_overlay.h +++ b/overlay_experimental/steam_overlay.h @@ -165,6 +165,8 @@ public: void FriendConnect(Friend _friend) {} void FriendDisconnect(Friend _friend) {} + + void AddNotification(std::string const& message) {} }; #endif