summaryrefslogtreecommitdiff
path: root/src/command.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-12 14:10:35 +0000
committerrubidium <rubidium@openttd.org>2008-01-12 14:10:35 +0000
commit2fc62eab058153a2d9d6fc7b14d8f8f28da8b183 (patch)
treedd717901825d2b9701f42a6a4bedb895deb3017a /src/command.cpp
parent63cc41cd1c90dce2e1f3d90ce57b27c65f5197bb (diff)
downloadopenttd-2fc62eab058153a2d9d6fc7b14d8f8f28da8b183.tar.xz
(svn r11818) -Codechange: split player.h into smaller pieces.
Diffstat (limited to 'src/command.cpp')
-rw-r--r--src/command.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/command.cpp b/src/command.cpp
index 95dde1d7f..d48cc9906 100644
--- a/src/command.cpp
+++ b/src/command.cpp
@@ -9,7 +9,6 @@
#include "tile_map.h"
#include "gui.h"
#include "command_func.h"
-#include "player.h"
#include "network/network.h"
#include "variables.h"
#include "genworld.h"
@@ -20,6 +19,8 @@
#include "town.h"
#include "date_func.h"
#include "debug.h"
+#include "player_func.h"
+#include "player_base.h"
const char *_cmd_text = NULL;