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:
parent
dc024aceb7
commit
37e1e67558
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue