src/newgrf.h
changeset 7255 8b6f5524dfbc
parent 7037 3cd1bd7a6edb
child 7265 74148c363f9d
--- a/src/newgrf.h	Wed May 30 20:34:16 2007 +0000
+++ b/src/newgrf.h	Thu May 31 03:35:11 2007 +0000
@@ -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 @@
 
 	StationSpec **stations;
 	HouseSpec **housespec;
+	IndustrySpec **industryspec;
+	IndustryTileSpec **indtspec;
 
 	uint32 param[0x80];
 	uint param_end;  ///< one more than the highest set parameter