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/openttd_vs100.vcxproj | |
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/openttd_vs100.vcxproj')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 1 |
1 files changed, 1 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" /> |