1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-21 12:17:45 +00:00
astra/launcher/core/include/steamapi.h

8 lines
No EOL
96 B
C++

#pragma once
class LauncherCore;
class SteamAPI {
public:
SteamAPI(LauncherCore& core);
};