From 30863358f9f2bd0951fe46103e0fb9fa6a2c97d8 Mon Sep 17 00:00:00 2001 From: belugas Date: Wed, 13 Jun 2007 02:29:08 +0000 Subject: (svn r10127) -Add: Addition of basic structure for industry tiles callbacks (unfinished). -Codechange: ResolverObject receives member gfx, making it compatible for both industries and industry tiles -Codechange: NewIndustryResolver now has his randombits and triggers (even if not implemented) --- source.list | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source.list') diff --git a/source.list b/source.list index 4be5cf88c..83a089112 100644 --- a/source.list +++ b/source.list @@ -149,6 +149,7 @@ newgrf_config.h newgrf_engine.h newgrf_house.h newgrf_industries.h +newgrf_industrytiles.h newgrf_sound.h newgrf_spritegroup.h newgrf_station.h @@ -322,6 +323,7 @@ newgrf_config.cpp newgrf_engine.cpp newgrf_house.cpp newgrf_industries.cpp +newgrf_industrytiles.cpp newgrf_sound.cpp newgrf_spritegroup.cpp newgrf_station.cpp -- cgit v1.2.3-54-g00ecf