get some LAN comm started

This commit is contained in:
Arisotura
2023-09-03 19:35:47 +02:00
parent 58691a08b2
commit e16b7917fe
2 changed files with 317 additions and 196 deletions

View File

@ -126,16 +126,12 @@ void DeInit();
void StartHost(const char* player, int numplayers);
void StartClient(const char* player, const char* host);
void Process();
void Process(bool block = false);
void SetMPRecvTimeout(int timeout);
void MPBegin();
void MPEnd();
void SetActive(bool active);
u16 GetInstanceBitmask();
int SendMPPacket(u8* data, int len, u64 timestamp);
int RecvMPPacket(u8* data, u64* timestamp);
int SendMPCmd(u8* data, int len, u64 timestamp);