summaryrefslogtreecommitdiff
path: root/projects/openttd_vs100.vcxproj.filters
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-12-19 20:55:56 +0000
committertruebrain <truebrain@openttd.org>2011-12-19 20:55:56 +0000
commitc99950c21537f9c890e4eac6d077c0ec6f31b7aa (patch)
treec130b8aa9cf12c7c3a1c9ef014bb35df3f53035f /projects/openttd_vs100.vcxproj.filters
parentb4f832f29f44dcd48e8f0806d47ce78b1963d639 (diff)
downloadopenttd-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.filters')
-rw-r--r--projects/openttd_vs100.vcxproj.filters18
1 files changed, 18 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters
index 7a5d16e2e..58cb73cc7 100644
--- a/projects/openttd_vs100.vcxproj.filters
+++ b/projects/openttd_vs100.vcxproj.filters
@@ -1968,15 +1968,33 @@
<ClInclude Include="..\src\game\game.hpp">
<Filter>Game Core</Filter>
</ClInclude>
+ <ClCompile Include="..\src\game\game_config.cpp">
+ <Filter>Game Core</Filter>
+ </ClCompile>
+ <ClInclude Include="..\src\game\game_config.hpp">
+ <Filter>Game Core</Filter>
+ </ClInclude>
<ClCompile Include="..\src\game\game_core.cpp">
<Filter>Game Core</Filter>
</ClCompile>
+ <ClCompile Include="..\src\game\game_info.cpp">
+ <Filter>Game Core</Filter>
+ </ClCompile>
+ <ClInclude Include="..\src\game\game_info.hpp">
+ <Filter>Game Core</Filter>
+ </ClInclude>
<ClCompile Include="..\src\game\game_instance.cpp">
<Filter>Game Core</Filter>
</ClCompile>
<ClInclude Include="..\src\game\game_instance.hpp">
<Filter>Game Core</Filter>
</ClInclude>
+ <ClCompile Include="..\src\game\game_scanner.cpp">
+ <Filter>Game Core</Filter>
+ </ClCompile>
+ <ClInclude Include="..\src\game\game_scanner.hpp">
+ <Filter>Game Core</Filter>
+ </ClInclude>
<ClInclude Include="..\src\script\api\script_accounting.hpp">
<Filter>Script API</Filter>
</ClInclude>