summaryrefslogtreecommitdiff
path: root/source.list
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-06-13 02:29:08 +0000
committerbelugas <belugas@openttd.org>2007-06-13 02:29:08 +0000
commit30863358f9f2bd0951fe46103e0fb9fa6a2c97d8 (patch)
tree78473d469c840ab5e2dc2370e2a644fab596c171 /source.list
parentda1743e98062a3b64fa2730727d86a94a6869121 (diff)
downloadopenttd-30863358f9f2bd0951fe46103e0fb9fa6a2c97d8.tar.xz
(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)
Diffstat (limited to 'source.list')
-rw-r--r--source.list2
1 files changed, 2 insertions, 0 deletions
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