forked from teamnwah/openmw-tes3coop
[Server] Fix wrong class tagging
This commit is contained in:
parent
6caed5d47e
commit
a9aecd09d2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue