(svn r23606) -Add: GameScanner, to auto-detect game scripts, and wire it in the console
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user