maybe actually hook it up somewhere?

This commit is contained in:
Arisotura
2023-09-09 12:04:26 +02:00
parent 86418c0bef
commit 121573f483
2 changed files with 8 additions and 1 deletions

View File

@ -123,6 +123,7 @@ extern bool Active;
bool Init();
void DeInit();
void StartDiscovery();
void StartHost(const char* player, int numplayers);
void StartClient(const char* player, const char* host);