Simple Multiplayer is working

This commit is contained in:
Kayne Ruse
2013-06-25 00:12:53 +10:00
parent 50bef9736c
commit f667f503e7
4 changed files with 86 additions and 42 deletions
+2
View File
@@ -73,6 +73,8 @@ protected:
void RemovePlayer(Packet&);
void UpdatePlayer(Packet&);
void SendState();
//services
ConfigUtility* configUtil = Singleton<ConfigUtility>::Get();
SurfaceManager* surfaceMgr = Singleton<SurfaceManager>::Get();