Fixed horrible naming convention

This commit is contained in:
Kayne Ruse
2013-12-25 22:09:59 +11:00
parent baadf554cd
commit a494bfbb38
8 changed files with 58 additions and 18 deletions
+2
View File
@@ -25,6 +25,7 @@
#include "network_packet.hpp"
#include "thread_safe_queue.hpp"
#include "player.hpp"
#include "player_entity.hpp"
#include "SDL/SDL_thread.h"
@@ -58,6 +59,7 @@ private:
ThreadSafeQueue<NetworkPacket> networkOutQueue;
PlayerMap playerMap;
PlayerEntityMap playerEntityMap;
};
#endif