From e82579b82c6e14353389137446e77c872966097a Mon Sep 17 00:00:00 2001 From: Nemirtingas Date: Wed, 4 Sep 2019 17:40:22 +0000 Subject: [PATCH] Update steam_overlay.h --- overlay_experimental/steam_overlay.h | 2 ++ 1 file changed, 2 insertions(+) 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