summaryrefslogtreecommitdiff
path: root/src/economy_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-28 16:33:28 +0000
committerrubidium <rubidium@openttd.org>2008-03-28 16:33:28 +0000
commit58e6e75320a3d6ca864625f6dbd2cbb961997edc (patch)
tree6a69ab984eec34d7e487f770b0ea7d0339c51682 /src/economy_func.h
parent7f139373aa2f884ba6d74fd7a07030df4b29db62 (diff)
downloadopenttd-58e6e75320a3d6ca864625f6dbd2cbb961997edc.tar.xz
(svn r12468) -Codechange: move some type related stuff from station.h (and openttd.h) to station_type.h.
Diffstat (limited to 'src/economy_func.h')
-rw-r--r--src/economy_func.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/economy_func.h b/src/economy_func.h
index 0344ac6da..8ce3a5e6f 100644
--- a/src/economy_func.h
+++ b/src/economy_func.h
@@ -13,6 +13,7 @@
#include "town_type.h"
#include "industry_type.h"
#include "player_type.h"
+#include "station_type.h"
struct Player;