Added some multiplayer code to the server

This commit is contained in:
Kayne Ruse
2013-06-24 13:31:19 +10:00
parent 23782ff4e3
commit 2235f307e7
5 changed files with 100 additions and 27 deletions
-1
View File
@@ -27,7 +27,6 @@
struct ClientEntry {
int index;
IPaddress address;
int playerIndex;
};
#endif