10 lines
117 B
C++
10 lines
117 B
C++
|
#include "steamffi.h"
|
||
|
|
||
|
#ifdef STEAM
|
||
|
#include "steam/steam_api_flat.h"
|
||
|
void steaminit()
|
||
|
{
|
||
|
SteamAPI_Init();
|
||
|
}
|
||
|
#endif
|