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