diff options
author | peter1138 <peter1138@openttd.org> | 2008-02-12 13:23:57 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2008-02-12 13:23:57 +0000 |
commit | 4d0c443953d5f12ab13620b53f0179556f01f9e9 (patch) | |
tree | 4c08b2e82cdcf9be813d4276fb3891ed14130483 /projects | |
parent | 9f6fd72c0981e2648eb23301d2a4aed23d38d63f (diff) | |
download | openttd-4d0c443953d5f12ab13620b53f0179556f01f9e9.tar.xz |
(svn r12122) -Codechange: Add framework for generic feature callbacks, along with some parts for AI use.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index e8caff18f..564688bbe 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1072,6 +1072,10 @@ > </File> <File + RelativePath=".\..\src\newgrf_generic.h" + > + </File> + <File RelativePath=".\..\src\newgrf_house.h" > </File> @@ -1948,6 +1952,10 @@ > </File> <File + RelativePath=".\..\src\newgrf_generic.cpp" + > + </File> + <File RelativePath=".\..\src\newgrf_house.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index fbb3a4f6b..08089e90a 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1069,6 +1069,10 @@ > </File> <File + RelativePath=".\..\src\newgrf_generic.h" + > + </File> + <File RelativePath=".\..\src\newgrf_house.h" > </File> @@ -1945,6 +1949,10 @@ > </File> <File + RelativePath=".\..\src\newgrf_generic.cpp" + > + </File> + <File RelativePath=".\..\src\newgrf_house.cpp" > </File> |