mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 23:21:20 -04:00
[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
@ -21,7 +21,6 @@
|
|||||||
#include "Cell.hpp"
|
#include "Cell.hpp"
|
||||||
#include "CellController.hpp"
|
#include "CellController.hpp"
|
||||||
|
|
||||||
struct 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…
x
Reference in New Issue
Block a user