diff options
author | rubidium <rubidium@openttd.org> | 2010-11-13 11:11:02 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-11-13 11:11:02 +0000 |
commit | f1959206951a77891664c461cd51c4f4b90db753 (patch) | |
tree | 9d121c0088e4f60d5d6a23c31d111a8d6c8cb7c3 /projects/openttd_vs100.vcxproj | |
parent | 239fcc8ccdd201665bd4aaa76268503fefe94712 (diff) | |
download | openttd-f1959206951a77891664c461cd51c4f4b90db753.tar.xz |
(svn r21160) -Codechange: reuse the strgen LanguageHeader to store some metadata about a language, and keep the language metadata in memory instead of loading it several times from disk
Diffstat (limited to 'projects/openttd_vs100.vcxproj')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index 7a33f4eb3..0a41d727e 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -453,6 +453,7 @@ <ClInclude Include="..\src\ini_type.h" /> <ClInclude Include="..\src\landscape.h" /> <ClInclude Include="..\src\landscape_type.h" /> + <ClInclude Include="..\src\language.h" /> <ClInclude Include="..\src\livery.h" /> <ClInclude Include="..\src\map_func.h" /> <ClInclude Include="..\src\map_type.h" /> @@ -551,7 +552,6 @@ <ClInclude Include="..\src\station_type.h" /> <ClInclude Include="..\src\statusbar_gui.h" /> <ClInclude Include="..\src\stdafx.h" /> - <ClInclude Include="..\src\strgen\strgen.h" /> <ClInclude Include="..\src\string_func.h" /> <ClInclude Include="..\src\string_type.h" /> <ClInclude Include="..\src\strings_func.h" /> |