diff options
author | belugas <belugas@openttd.org> | 2007-06-09 02:05:51 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2007-06-09 02:05:51 +0000 |
commit | 1a2f889a52f2e368e34e96df198d79519f6c0659 (patch) | |
tree | 9ffd98b22fce3fd13fee357910ac42412626fb6d /projects | |
parent | 9a57a1912dc5b8a46356df134d96270fb41fc071 (diff) | |
download | openttd-1a2f889a52f2e368e34e96df198d79519f6c0659.tar.xz |
(svn r10074) -Add: Addition of IndustryOverrideManager as well as the basic (and unfinished) support for callbacks for industries
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 2c3c68cf5..472860713 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -543,6 +543,9 @@ RelativePath=".\..\src\newgrf_house.h"> </File> <File + RelativePath=".\..\src\newgrf_industries.h"> + </File> + <File RelativePath=".\..\src\newgrf_sound.h"> </File> <File @@ -980,6 +983,9 @@ RelativePath=".\..\src\newgrf_house.cpp"> </File> <File + RelativePath=".\..\src\newgrf_industries.cpp"> + </File> + <File RelativePath=".\..\src\newgrf_sound.cpp"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index c3e0a1adc..4845bd184 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -952,6 +952,10 @@ > </File> <File + RelativePath="..\src\newgrf_industries.h" + > + </File> + <File RelativePath=".\..\src\newgrf_sound.h" > </File> @@ -1528,6 +1532,10 @@ > </File> <File + RelativePath="..\src\newgrf_industries.cpp" + > + </File> + <File RelativePath=".\..\src\newgrf_sound.cpp" > </File> |