summaryrefslogtreecommitdiff
path: root/src/town_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-21 21:50:46 +0000
committerrubidium <rubidium@openttd.org>2007-12-21 21:50:46 +0000
commit766551b0bcef873cf1c27e502506f4eef735e9e9 (patch)
treed864de233dd5965735564d85017cf7abf0875933 /src/town_gui.cpp
parenta122971ae297d1bca76f2518b7c814b1e162f52f (diff)
downloadopenttd-766551b0bcef873cf1c27e502506f4eef735e9e9.tar.xz
(svn r11677) -Codechange: move price and command related types/functions to their respective places.
Diffstat (limited to 'src/town_gui.cpp')
-rw-r--r--src/town_gui.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/town_gui.cpp b/src/town_gui.cpp
index 21123f24c..5e67d6a91 100644
--- a/src/town_gui.cpp
+++ b/src/town_gui.cpp
@@ -14,12 +14,13 @@
#include "gui.h"
#include "window_gui.h"
#include "textbuf_gui.h"
-#include "command.h"
+#include "command_func.h"
#include "player.h"
#include "network/network.h"
#include "variables.h"
#include "helpers.hpp"
#include "strings_func.h"
+#include "economy_func.h"
enum TownAuthorityWidget {
TWA_CLOSEBOX = 0,