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

@ -204,7 +204,9 @@ S_API bool S_CALLTYPE SteamAPI_Init()
Steam_Client* client = get_steam_client();
client->userLogIn();
#ifndef NO_OVERLAY
client->steam_overlay->SetupOverlay();
#endif
return true;
}