[Server] Fix wrong class tagging

This commit is contained in:
Koncord 2019-01-05 14:29:19 +08:00
parent 6caed5d47e
commit a9aecd09d2

View file

@ -21,7 +21,7 @@
#include "Cell.hpp" #include "Cell.hpp"
#include "CellController.hpp" #include "CellController.hpp"
struct Player; class Player;
typedef std::map<RakNet::RakNetGUID, Player*> TPlayers; typedef std::map<RakNet::RakNetGUID, Player*> TPlayers;
typedef std::map<unsigned short, Player*> TSlots; typedef std::map<unsigned short, Player*> TSlots;