diff options
author | frosch <frosch@openttd.org> | 2009-09-22 19:28:57 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2009-09-22 19:28:57 +0000 |
commit | e261d8d9a0904ebc215c9551c6d8c0c9f34be4df (patch) | |
tree | 327a170cf567239a569acfe82e9fb9b7362c3c7b /projects | |
parent | 8f45efa8ddcac130b6b115a2bdf32d7fc21b019e (diff) | |
download | openttd-e261d8d9a0904ebc215c9551c6d8c0c9f34be4df.tar.xz |
(svn r17616) -Codechange [FS#3222]: Enumerize properties used in callback 0x36. Based on Terkhen's work.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index e2ffffde7..cc42e9e96 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1208,6 +1208,10 @@ > </File> <File + RelativePath=".\..\src\newgrf_properties.h" + > + </File> + <File RelativePath=".\..\src\newgrf_sound.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 8d4f8304e..c58155b4b 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1205,6 +1205,10 @@ > </File> <File + RelativePath=".\..\src\newgrf_properties.h" + > + </File> + <File RelativePath=".\..\src\newgrf_sound.h" > </File> |