Glitch with threading

This commit is contained in:
Kayne Ruse
2013-06-17 07:24:16 +10:00
parent 419c9d8765
commit 7fef2501a3
4 changed files with 90 additions and 49 deletions
+1 -1
View File
@@ -4,6 +4,6 @@
#include "packet_type.hpp"
int networkQueue(void*);
Packet getPacket();
Packet popNetworkPacket();
#endif