diff options
author | belugas <belugas@openttd.org> | 2007-05-15 21:36:58 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2007-05-15 21:36:58 +0000 |
commit | 3fb4003534dd66e7909568069e117438f88638b8 (patch) | |
tree | 70f568a4e7749c7071ef405f07b8f2998266f606 /projects | |
parent | d2776ccde91e64b0402af22b512a8f6677fca86e (diff) | |
download | openttd-3fb4003534dd66e7909568069e117438f88638b8.tar.xz |
(svn r9850) -Codechange: Introduction of the Override/Substitute manager. Currently only used for newhouses.
Basically, it is more a gathering of IDs from grf files and ingame data.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 6 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 95512fdc8..0cbc3ce82 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -519,6 +519,9 @@ RelativePath=".\..\src\newgrf_cargo.h"> </File> <File + RelativePath=".\..\src\newgrf_commons.h"> + </File> + <File RelativePath=".\..\src\newgrf_config.h"> </File> <File @@ -947,6 +950,9 @@ RelativePath=".\..\src\newgrf_cargo.cpp"> </File> <File + RelativePath=".\..\src\newgrf_commons.cpp"> + </File> + <File RelativePath=".\..\src\newgrf_config.cpp"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index f501d5bcb..c538253ed 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -920,6 +920,10 @@ > </File> <File + RelativePath=".\..\src\newgrf_commons.h" + > + </File> + <File RelativePath=".\..\src\newgrf_config.h" > </File> @@ -1484,6 +1488,10 @@ > </File> <File + RelativePath=".\..\src\newgrf_commons.cpp" + > + </File> + <File RelativePath=".\..\src\newgrf_config.cpp" > </File> |