Switched TestSystems and InGame

This commit is contained in:
Kayne Ruse
2013-05-16 19:14:38 +10:00
parent f04c7fa161
commit 738320e88e
7 changed files with 124 additions and 106 deletions
+2
View File
@@ -6,6 +6,7 @@
#include "config_utility.hpp"
#include "surface_manager.hpp"
#include "network.hpp"
#include "SDL/SDL.h"
@@ -28,6 +29,7 @@ private:
ConfigUtility configUtil;
SurfaceManager surfaceMgr;
TCPSocket socket;
};
#endif