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
@@ -29,6 +29,7 @@
struct ServerEntry {
std::string name;
IPaddress address;
//TODO: player count
};
#endif