Added peekNetworkPacket()

This commit is contained in:
Kayne Ruse
2013-06-17 10:12:20 +10:00
parent 3d92fb77b3
commit d1aac9ffd8
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
#include "packet_type.hpp"
int networkQueue(void*);
Packet peekNetworkPacket();
Packet popNetworkPacket();
#endif