mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 19:57:45 +00:00
9 lines
122 B
C++
9 lines
122 B
C++
|
#include "steamapi.h"
|
||
|
|
||
|
#include <steam/steam_api.h>
|
||
|
|
||
|
SteamAPI::SteamAPI() {
|
||
|
#ifdef USE_STEAM
|
||
|
SteamAPI_Init();
|
||
|
#endif
|
||
|
}
|