diff options
author | terkhen <terkhen@openttd.org> | 2010-02-08 21:19:41 +0000 |
---|---|---|
committer | terkhen <terkhen@openttd.org> | 2010-02-08 21:19:41 +0000 |
commit | b9f06f3f2998c6ae5474ef9de725fb34bf5511ec (patch) | |
tree | 3627bbeab042ca1244a7e1174047abb9dbd0877f /projects | |
parent | 0267acff62c41932c52e7468c295881cc0e9343f (diff) | |
download | openttd-b9f06f3f2998c6ae5474ef9de725fb34bf5511ec.tar.xz |
(svn r19062) -Codechange: Move smallmap related functions to their own header.
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 0b377f06e..f840b5c05 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1320,6 +1320,10 @@ > </File> <File + RelativePath=".\..\src\smallmap_gui.h" + > + </File> + <File RelativePath=".\..\src\sound\sdl_s.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index da5a92293..4545bfdbc 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1317,6 +1317,10 @@ > </File> <File + RelativePath=".\..\src\smallmap_gui.h" + > + </File> + <File RelativePath=".\..\src\sound\sdl_s.h" > </File> |