attempt at actually sending packets.

into the void for now.
This commit is contained in:
StapleButter
2017-05-12 00:48:42 +02:00
parent 01361f006e
commit 3b07da3a97
4 changed files with 173 additions and 26 deletions

View File

@ -26,8 +26,8 @@ namespace Platform
bool MP_Init();
void MP_DeInit();
int MP_SendPacket(u8* data, int len, int rate);
int MP_RecvPacket(u8* data, bool block, int* rate);
int MP_SendPacket(u8* data, int len);
int MP_RecvPacket(u8* data, bool block);
}