summaryrefslogtreecommitdiff
path: root/newgrf_station.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2006-05-18 02:43:23 +0000
committerbelugas <belugas@openttd.org>2006-05-18 02:43:23 +0000
commita102163239095d257f1dcd8bdc98864e1b08f5b6 (patch)
treef50ceeccb76f9dbc449f73b1d3f99335b55550b2 /newgrf_station.h
parent282b76a0b3683fda13eb8c413720aff957c74f8b (diff)
downloadopenttd-a102163239095d257f1dcd8bdc98864e1b08f5b6.tar.xz
(svn r4902) Newgrf : Introduction of the newgrf_cargo files.
Clearing engine and newgrf_engine from cargo related structures. Apart from moving stuff cargo related, there is nothing really newcargo for now.
Diffstat (limited to 'newgrf_station.h')
-rw-r--r--newgrf_station.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newgrf_station.h b/newgrf_station.h
index 284b80121..841b492be 100644
--- a/newgrf_station.h
+++ b/newgrf_station.h
@@ -6,6 +6,7 @@
#define NEWGRF_STATION_H
#include "engine.h"
+#include "newgrf_cargo.h"
typedef enum {
STAT_CLASS_DFLT, ///< Default station class.