attempt at LAN discovery feature

This commit is contained in:
Arisotura
2023-09-09 11:57:54 +02:00
parent 692f2a5c83
commit 3236f7ddff
3 changed files with 178 additions and 2 deletions

View File

@ -126,7 +126,7 @@ void DeInit();
void StartHost(const char* player, int numplayers);
void StartClient(const char* player, const char* host);
void Process(bool block = false);
void ProcessFrame();
void SetMPRecvTimeout(int timeout);
void MPBegin();