1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 19:57:45 +00:00
astra/launcher/core/src/steamapi.cpp

11 lines
152 B
C++
Raw Normal View History

#include "steamapi.h"
2022-09-05 18:03:59 -04:00
#ifdef ENABLE_STEAM
#include <steam/steam_api.h>
#endif
SteamAPI::SteamAPI() {
2022-09-05 18:03:59 -04:00
#ifdef ENABLE_STEAM
SteamAPI_Init();
#endif
}