I'm sick of multithreading.

I'm also sick of bastards on the internet.
This commit is contained in:
Kayne Ruse
2013-12-30 14:11:44 +11:00
parent a494bfbb38
commit 071e0d9021
5 changed files with 0 additions and 282 deletions
-4
View File
@@ -37,8 +37,6 @@
#include "client.hpp"
#include "player.hpp"
#include "world_room.hpp"
//STL
#include <map>
#include <string>
@@ -82,11 +80,9 @@ private:
//global lists
ClientMap clientMap;
PlayerMap playerMap;
std::map<int, WorldRoom*> worldRoomMap;
int clientCounter = 0;
int playerCounter = 0;
int worldRoomCounter = 0;
};
#endif