Changed my mind about networking system structure

This commit is contained in:
Kayne Ruse
2013-05-04 14:00:30 +10:00
parent 2dedfa9505
commit f0d4ef0675
8 changed files with 61 additions and 105 deletions
+5
View File
@@ -0,0 +1,5 @@
#include "client.hpp"
Client::Client(int id, TCPsocket) {
//
}