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 | 9a4a911bdecd3287cc2e28dad93ce56c13a87ec4 (patch) | |
tree | 9ffd98b22fce3fd13fee357910ac42412626fb6d /projects | |
parent | 142f2aba15a3b37ff3aa9955c560deba6cd1572d (diff) | |
download | openttd-9a4a911bdecd3287cc2e28dad93ce56c13a87ec4.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> |