(svn r12122) -Codechange: Add framework for generic feature callbacks, along with some parts for AI use.

This commit is contained in:
peter1138
2008-02-12 13:23:57 +00:00
parent 25f0a890ae
commit d6670eed6b
7 changed files with 257 additions and 6 deletions

View File

@@ -176,6 +176,7 @@ newgrf_cargo.h
newgrf_commons.h
newgrf_config.h
newgrf_engine.h
newgrf_generic.h
newgrf_house.h
newgrf_industries.h
newgrf_industrytiles.h
@@ -405,6 +406,7 @@ newgrf_cargo.cpp
newgrf_commons.cpp
newgrf_config.cpp
newgrf_engine.cpp
newgrf_generic.cpp
newgrf_house.cpp
newgrf_industries.cpp
newgrf_industrytiles.cpp