summaryrefslogtreecommitdiff
path: root/source.list
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 /source.list
parentb4f832f29f44dcd48e8f0806d47ce78b1963d639 (diff)
downloadopenttd-c99950c21537f9c890e4eac6d077c0ec6f31b7aa.tar.xz
(svn r23606) -Add: GameScanner, to auto-detect game scripts, and wire it in the console
Diffstat (limited to 'source.list')
-rw-r--r--source.list6
1 files changed, 6 insertions, 0 deletions
diff --git a/source.list b/source.list
index cdc5cbf23..861153e7c 100644
--- a/source.list
+++ b/source.list
@@ -688,9 +688,15 @@ script/api/ai_changelog.hpp
# Game Core
game/game.hpp
+game/game_config.cpp
+game/game_config.hpp
game/game_core.cpp
+game/game_info.cpp
+game/game_info.hpp
game/game_instance.cpp
game/game_instance.hpp
+game/game_scanner.cpp
+game/game_scanner.hpp
# Script API
script/api/script_accounting.hpp