diff options
Diffstat (limited to 'projects/openttd_vs100.vcxproj')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index 716a1ae30..20acbb0e5 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -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" /> |