1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-21 20:27:45 +00:00

Don't include steam api header on non-steam builds

This commit is contained in:
Joshua Goins 2022-09-05 15:44:32 -04:00
parent dc024aceb7
commit 37e1e67558

View file

@ -1,6 +1,8 @@
#include "steamapi.h" #include "steamapi.h"
#ifdef USE_STEAM
#include <steam/steam_api.h> #include <steam/steam_api.h>
#endif
SteamAPI::SteamAPI() { SteamAPI::SteamAPI() {
#ifdef USE_STEAM #ifdef USE_STEAM