2022-09-05 15:43:15 -04:00
|
|
|
#include "steamapi.h"
|
|
|
|
|
2022-09-05 15:44:32 -04:00
|
|
|
#ifdef USE_STEAM
|
2022-09-05 15:43:15 -04:00
|
|
|
#include <steam/steam_api.h>
|
2022-09-05 15:44:32 -04:00
|
|
|
#endif
|
2022-09-05 15:43:15 -04:00
|
|
|
|
|
|
|
SteamAPI::SteamAPI() {
|
|
|
|
#ifdef USE_STEAM
|
|
|
|
SteamAPI_Init();
|
|
|
|
#endif
|
|
|
|
}
|