This website requires JavaScript.
Sign in
redstrate
/
astra
Watch
1
Fork
You've already forked astra
0
mirror of
https://github.com/redstrate/Astra.git
synced
2025-04-21 04:07:46 +00:00
Code
Activity
8d7f6afa0a
astra
/
launcher
/
core
/
include
/
steamapi.h
8 lines
96 B
C
Raw
Normal View
History
Unescape
Escape
Include basic framework for Steam API support
2022-09-05 15:43:15 -04:00
#
pragma once
Only enable Steam API if the steam option is turned on
2022-09-05 18:06:36 -04:00
class
LauncherCore
;
Include basic framework for Steam API support
2022-09-05 15:43:15 -04:00
class
SteamAPI
{
public
:
Only enable Steam API if the steam option is turned on
2022-09-05 18:06:36 -04:00
SteamAPI
(
LauncherCore
&
core
)
;
Include basic framework for Steam API support
2022-09-05 15:43:15 -04:00
}
;
Copy permalink