src/newgrf_spritegroup.h
branchgamebalance
changeset 9912 1ac8aac92385
parent 9911 0b8b245a2391
child 9913 e79cd19772dd
--- a/src/newgrf_spritegroup.h	Wed Jun 13 11:45:14 2007 +0000
+++ b/src/newgrf_spritegroup.h	Wed Jun 13 12:05:56 2007 +0000
@@ -6,6 +6,7 @@
 #define NEWGRF_SPRITEGROUP_H
 
 #include "town.h"
+#include "industry.h"
 
 struct SpriteGroup;
 
@@ -197,6 +198,10 @@
 			HouseID house_id;
 		} house;
 		struct {
+			TileIndex tile;
+			Industry *ind;
+		} industry;
+		struct {
 			const struct CargoSpec *cs;
 		} cargo;
 	} u;