This commit is contained in:
2025-04-17 14:58:22 -05:00
parent f36f6ae125
commit a1e9401aaa
23 changed files with 157 additions and 44 deletions

View File

@@ -9,9 +9,15 @@ class ClientModule : public Archimedes::Module {
public:
ClientModule(Archimedes::App*, void*);
ClientModule() { name = "ClientModule"; }
~ClientModule();
void onLoad();
void run();
bool onEvent(const Archimedes::Event&);
void startClient(SteamNetworkingIPAddr&);