(svn r23634) -Add: support language files for GameScript (Rubidium)

This commit is contained in:
truebrain
2011-12-19 21:05:46 +00:00
parent 20bc2efeba
commit f1f0776efd
13 changed files with 593 additions and 0 deletions

View File

@@ -358,6 +358,7 @@
<ClCompile Include="..\src\sprite.cpp" />
<ClCompile Include="..\src\spritecache.cpp" />
<ClCompile Include="..\src\station.cpp" />
<ClCompile Include="..\src\strgen\strgen_base.cpp" />
<ClCompile Include="..\src\string.cpp" />
<ClCompile Include="..\src\strings.cpp" />
<ClCompile Include="..\src\subsidy.cpp" />
@@ -560,6 +561,7 @@
<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" />
@@ -931,6 +933,8 @@
<ClInclude Include="..\src\game\game_instance.hpp" />
<ClCompile Include="..\src\game\game_scanner.cpp" />
<ClInclude Include="..\src\game\game_scanner.hpp" />
<ClCompile Include="..\src\game\game_text.cpp" />
<ClInclude Include="..\src\game\game_text.hpp" />
<ClInclude Include="..\src\script\api\script_accounting.hpp" />
<ClInclude Include="..\src\script\api\script_admin.hpp" />
<ClInclude Include="..\src\script\api\script_airport.hpp" />