SDK buildfix

This commit is contained in:
Kyle Sanderson
2020-05-31 15:09:48 -07:00
committed by GitHub
parent 534a692a6c
commit a5905873cc
+1 -1
View File
@@ -21,7 +21,7 @@
#include "steam_gameserver.h"
#include "isteamgamecoordinator.h"
#ifdef STEAM_API_INTERNAL_H
#if defined(STEAM_API_INTERNAL_H) || !defined(STEAM_API_EXPORTS)
S_API ISteamClient *g_pSteamClientGameServer; /* This is awful. */
#endif