This has the odd quirk related to networkQueue()

This commit is contained in:
Kayne Ruse
2013-06-17 15:15:27 +10:00
parent 5b2fd80a61
commit 685ca94335
7 changed files with 63 additions and 22 deletions
+3 -1
View File
@@ -3,7 +3,9 @@
#include "packet_type.hpp"
int networkQueue(void*);
void BeginQueueThread();
void EndQueueThread();
void KillQueueThread();
Packet peekNetworkPacket();
Packet popNetworkPacket();