diff options
author | frosch <frosch@openttd.org> | 2012-06-01 10:44:45 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2012-06-01 10:44:45 +0000 |
commit | 198de5397ed4a217273bda29dae8ddf60ba48f1d (patch) | |
tree | b413b984a9c90cf4d6cd247a7781362fb660b598 /projects | |
parent | 88fff21b932eca52599d66239cc05dc97f5a998e (diff) | |
download | openttd-198de5397ed4a217273bda29dae8ddf60ba48f1d.tar.xz |
(svn r24309) -Codechange: Split some functions from gui.h to settings_gui.h
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 1 | ||||
-rw-r--r-- | projects/openttd_vs100.vcxproj.filters | 3 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
4 files changed, 12 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index be3eb0a0d..7665aaa98 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -539,6 +539,7 @@ <ClInclude Include="..\src\sound\sdl_s.h" /> <ClInclude Include="..\src\video\sdl_v.h" /> <ClInclude Include="..\src\settings_func.h" /> + <ClInclude Include="..\src\settings_gui.h" /> <ClInclude Include="..\src\settings_internal.h" /> <ClInclude Include="..\src\settings_type.h" /> <ClInclude Include="..\src\ship.h" /> diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters index 7fc87d093..c7dc8819a 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -846,6 +846,9 @@ <ClInclude Include="..\src\settings_func.h"> <Filter>Header Files</Filter> </ClInclude> + <ClInclude Include="..\src\settings_gui.h"> + <Filter>Header Files</Filter> + </ClInclude> <ClInclude Include="..\src\settings_internal.h"> <Filter>Header Files</Filter> </ClInclude> diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index fb895a43f..57aed0f1c 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1431,6 +1431,10 @@ > </File> <File + RelativePath=".\..\src\settings_gui.h" + > + </File> + <File RelativePath=".\..\src\settings_internal.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 37dc59003..bad657eb5 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1428,6 +1428,10 @@ > </File> <File + RelativePath=".\..\src\settings_gui.h" + > + </File> + <File RelativePath=".\..\src\settings_internal.h" > </File> |