[Server] Fix wrong class tagging

0.8.0-dev
Koncord 5 years ago
parent 6caed5d47e
commit a9aecd09d2

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

Loading…
Cancel
Save