actually init pcap etc

This commit is contained in:
StapleButter
2017-12-17 23:09:48 +01:00
parent 17087a1ece
commit e44bc7743d
3 changed files with 74 additions and 5 deletions

View File

@ -41,6 +41,9 @@ void MP_DeInit();
int MP_SendPacket(u8* data, int len);
int MP_RecvPacket(u8* data, bool block);
bool LAN_Init();
void LAN_DeInit();
}
#endif // PLATFORM_H