Removed a lot of rubbish from the server

This commit is contained in:
Kayne Ruse
2013-11-02 19:00:08 +11:00
parent 2bd8adaf69
commit 54cd26b76f
17 changed files with 25 additions and 632 deletions
+1 -5
View File
@@ -38,13 +38,9 @@ struct ClientEntry {
//The main application class
class ServerApplication {
private:
public:
ServerApplication();
~ServerApplication();
static ServerApplication instance;
public:
static ServerApplication* GetInstance() { return &instance; }
void Init(int argc, char** argv);
void Loop();