(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 9f6fd72c09
commit 4d0c443953
7 changed files with 257 additions and 6 deletions

View File

@@ -1068,6 +1068,10 @@
RelativePath=".\..\src\newgrf_engine.h"
>
</File>
<File
RelativePath=".\..\src\newgrf_generic.h"
>
</File>
<File
RelativePath=".\..\src\newgrf_house.h"
>
@@ -1944,6 +1948,10 @@
RelativePath=".\..\src\newgrf_engine.cpp"
>
</File>
<File
RelativePath=".\..\src\newgrf_generic.cpp"
>
</File>
<File
RelativePath=".\..\src\newgrf_house.cpp"
>