diff options
Diffstat (limited to 'lib/windows/include/steam/isteamgamecoordinator.h')
-rw-r--r-- | lib/windows/include/steam/isteamgamecoordinator.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/windows/include/steam/isteamgamecoordinator.h b/lib/windows/include/steam/isteamgamecoordinator.h index 5ab0637..89b740d 100644 --- a/lib/windows/include/steam/isteamgamecoordinator.h +++ b/lib/windows/include/steam/isteamgamecoordinator.h @@ -10,8 +10,7 @@ #pragma once #endif -#include "steamtypes.h" -#include "steamclientpublic.h" +#include "steam_api_common.h" // list of possible return values from the ISteamGameCoordinator API @@ -54,7 +53,7 @@ public: #elif defined( VALVE_CALLBACK_PACK_LARGE ) #pragma pack( push, 8 ) #else -#error isteamclient.h must be included +#error steam_api_common.h should define VALVE_CALLBACK_PACK_xxx #endif // callback notification - A new message is available for reading from the message queue |