Minor tweak

This commit is contained in:
Kayne Ruse
2013-11-09 16:32:35 +11:00
parent f01463bab3
commit bf15a5d957
4 changed files with 56 additions and 4 deletions
+2
View File
@@ -20,6 +20,8 @@ public:
NetworkPacket Peek();
NetworkPacket Pop();
void Flush();
int Size();
private:
friend int networkQueueThread(void*);
void ResetMembers();