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

8 lines
96 B
C
Raw Normal View History

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