summaryrefslogtreecommitdiff
path: root/src/newgrf.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-05-31 03:35:11 +0000
committerbelugas <belugas@openttd.org>2007-05-31 03:35:11 +0000
commit311b04e87a6059b66e2abd7d85ffadee42f049f0 (patch)
tree2dd2ec04eec4148229713d68a20df23574978418 /src/newgrf.h
parenteab80301fc8979322baa0ad9078a9a2c8cfae955 (diff)
downloadopenttd-311b04e87a6059b66e2abd7d85ffadee42f049f0.tar.xz
(svn r9994) -Codechange: Add pointers for Industry and Industry Tiles in the grf file.
Diffstat (limited to 'src/newgrf.h')
-rw-r--r--src/newgrf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/newgrf.h b/src/newgrf.h
index 0ee155af0..7324e7dd9 100644
--- a/src/newgrf.h
+++ b/src/newgrf.h
@@ -10,6 +10,7 @@
#include "newgrf_config.h"
#include "helpers.hpp"
#include "cargotype.h"
+#include "industry.h"
enum GrfLoadingStage {
GLS_FILESCAN,
@@ -69,6 +70,8 @@ struct GRFFile {
StationSpec **stations;
HouseSpec **housespec;
+ IndustrySpec **industryspec;
+ IndustryTileSpec **indtspec;
uint32 param[0x80];
uint param_end; ///< one more than the highest set parameter