summaryrefslogtreecommitdiff
path: root/src/newgrf_station.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-31 00:06:17 +0000
committerrubidium <rubidium@openttd.org>2008-03-31 00:06:17 +0000
commit2edd403656281f774e4a53251395b7b647a1c48b (patch)
treeeb3da2680e728750995c9c6d9df9bee5c7028211 /src/newgrf_station.h
parent4a1035ab95a994991b2ce802dbbd78f7dd6c0090 (diff)
downloadopenttd-2edd403656281f774e4a53251395b7b647a1c48b.tar.xz
(svn r12489) -Codechange: split station.h into station_base.h and station_func.h.
Diffstat (limited to 'src/newgrf_station.h')
-rw-r--r--src/newgrf_station.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/newgrf_station.h b/src/newgrf_station.h
index 1bd02818f..ff5d82ab0 100644
--- a/src/newgrf_station.h
+++ b/src/newgrf_station.h
@@ -9,7 +9,10 @@
#include "newgrf_callbacks.h"
#include "newgrf_cargo.h"
#include "tile_type.h"
+#include "station_type.h"
#include "strings_type.h"
+#include "sprite.h"
+#include "direction_type.h"
enum StationClassID {
STAT_CLASS_BEGIN = 0, ///< the lowest valid value