diff options
author | truebrain <truebrain@openttd.org> | 2011-12-19 20:55:56 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2011-12-19 20:55:56 +0000 |
commit | c99950c21537f9c890e4eac6d077c0ec6f31b7aa (patch) | |
tree | c130b8aa9cf12c7c3a1c9ef014bb35df3f53035f /projects/openttd_vs100.vcxproj | |
parent | b4f832f29f44dcd48e8f0806d47ce78b1963d639 (diff) | |
download | openttd-c99950c21537f9c890e4eac6d077c0ec6f31b7aa.tar.xz |
(svn r23606) -Add: GameScanner, to auto-detect game scripts, and wire it in the console
Diffstat (limited to 'projects/openttd_vs100.vcxproj')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index 44aa0247e..ba01b5450 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -914,9 +914,15 @@ <ClInclude Include="..\src\ai\ai_scanner.hpp" /> <ClInclude Include="..\src\script\api\ai_changelog.hpp" /> <ClInclude Include="..\src\game\game.hpp" /> + <ClCompile Include="..\src\game\game_config.cpp" /> + <ClInclude Include="..\src\game\game_config.hpp" /> <ClCompile Include="..\src\game\game_core.cpp" /> + <ClCompile Include="..\src\game\game_info.cpp" /> + <ClInclude Include="..\src\game\game_info.hpp" /> <ClCompile Include="..\src\game\game_instance.cpp" /> <ClInclude Include="..\src\game\game_instance.hpp" /> + <ClCompile Include="..\src\game\game_scanner.cpp" /> + <ClInclude Include="..\src\game\game_scanner.hpp" /> <ClInclude Include="..\src\script\api\script_accounting.hpp" /> <ClInclude Include="..\src\script\api\script_airport.hpp" /> <ClInclude Include="..\src\script\api\script_base.hpp" /> |