forked from mirror/openmw-tes3mp
[Server] Fix type name warning for Player
The warning in Visual Studio was: "'Player': type name first seen using 'class' now seen using 'struct'"
This commit is contained in:
parent
c058dce346
commit
222837976c
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@
|
|||
#include "Cell.hpp"
|
||||
#include "CellController.hpp"
|
||||
|
||||
struct Player;
|
||||
typedef std::map<RakNet::RakNetGUID, Player*> TPlayers;
|
||||
typedef std::map<unsigned short, Player*> TSlots;
|
||||
|
||||
|
|
Loading…
Reference in a new issue