diff --git a/overlay_experimental/steam_overlay.h b/overlay_experimental/steam_overlay.h index 721a8c1..13fc581 100644 --- a/overlay_experimental/steam_overlay.h +++ b/overlay_experimental/steam_overlay.h @@ -359,7 +359,7 @@ public: void SetNotificationInset(int nHorizontalInset, int nVerticalInset) {} void SetupOverlay() {} void UnSetupOverlay() {} - bool RegisteredInternalCallbacks() {} + bool RegisteredInternalCallbacks() const { return true; } void HookReady(bool ready) {}