diff options
Diffstat (limited to 'source/cPlayer.h')
-rw-r--r-- | source/cPlayer.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source/cPlayer.h b/source/cPlayer.h index b3344c410..3793443dd 100644 --- a/source/cPlayer.h +++ b/source/cPlayer.h @@ -3,8 +3,10 @@ #include "cPawn.h"
#include "cSurvivalInventory.h"
#include "cCreativeInventory.h"
-#include <list>
-#include <string> // TODO - use const char*
+
+
+
+
class cGroup;
class cWindow;
|