get some connection infrastructure going...

This commit is contained in:
Arisotura
2023-09-03 12:59:24 +02:00
parent affeb6a0e1
commit c148b77360
4 changed files with 373 additions and 14 deletions

View File

@ -118,9 +118,16 @@ private:
namespace LAN
{
extern bool Active;
bool Init();
void DeInit();
void StartHost(const char* player, int numplayers);
void StartClient(const char* player, const char* host);
void Process();
void SetMPRecvTimeout(int timeout);
void MPBegin();
void MPEnd();