mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-05 11:44:53 +01:00
Fixed compilation for windows
This commit is contained in:
parent
1ce95ec672
commit
6224350142
4 changed files with 19 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue