Implemented the log on and log off systems

This is a pretty straight forward port of the old version, including the
incredibly hacky server list. But I just need to remember that this is a
prototype.
This commit is contained in:
Kayne Ruse
2013-11-23 17:53:36 +11:00
parent ca86dc5fb8
commit 6ccc874583
11 changed files with 220 additions and 68 deletions
+1
View File
@@ -51,6 +51,7 @@ private:
ConfigUtility config;
UDPNetworkUtility network;
int clientIndex = -1; //replace with a struct?
};
#endif