diff options
author | rubidium <rubidium@openttd.org> | 2009-08-09 16:54:03 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-08-09 16:54:03 +0000 |
commit | f1189326439122811d9db35674d7f356575d2863 (patch) | |
tree | c7d33d19bdcdd2ce5fd05d86f63d51fdbca4de61 /projects | |
parent | b7e746f72cf41992d86417f7f44917a5d380bcdd (diff) | |
download | openttd-f1189326439122811d9db35674d7f356575d2863.tar.xz |
(svn r17133) -Codechange: generalise the code that searches for base graphics
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 2b8d7257a..2be80fe4e 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -828,6 +828,14 @@ > </File> <File + RelativePath=".\..\src\base_media_base.h" + > + </File> + <File + RelativePath=".\..\src\base_media_func.h" + > + </File> + <File RelativePath=".\..\src\base_station_base.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 5b65ba977..f4260c184 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -825,6 +825,14 @@ > </File> <File + RelativePath=".\..\src\base_media_base.h" + > + </File> + <File + RelativePath=".\..\src\base_media_func.h" + > + </File> + <File RelativePath=".\..\src\base_station_base.h" > </File> |