mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-21 12:17:45 +00:00
8 lines
No EOL
96 B
C++
8 lines
No EOL
96 B
C++
#pragma once
|
|
|
|
class LauncherCore;
|
|
|
|
class SteamAPI {
|
|
public:
|
|
SteamAPI(LauncherCore& core);
|
|
}; |