#include "steamapi.h" #ifdef USE_STEAM #include #endif SteamAPI::SteamAPI() { #ifdef USE_STEAM SteamAPI_Init(); #endif }