Fixed compilation for windows

This commit is contained in:
Nemirtingas 2019-08-14 18:11:00 +02:00
parent 1ce95ec672
commit 6224350142
4 changed files with 19 additions and 4 deletions

View file

@ -124,10 +124,10 @@ public:
class Steam_Overlay
{
public:
Steam_Overlay(Settings* settings, SteamCallResults* callback_results, SteamCallBacks* callbacks, RunEveryRunCB* run_every_runcb, Networking *network);
~Steam_Overlay();
Steam_Overlay(Settings* settings, SteamCallResults* callback_results, SteamCallBacks* callbacks, RunEveryRunCB* run_every_runcb, Networking *network) {}
~Steam_Overlay() {}
bool Ready() const { return false: }
bool Ready() const { return false; }
bool NeedPresent() const { return false; }