aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/module.mk
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-08 22:34:51 -0500
committerPaul Gilbert2016-03-08 22:34:51 -0500
commit71c3129ecff1e5e4e847825eba58d1be9594b1c8 (patch)
treec481985f918da0f017f724f45979c2d5ffbc18a4 /engines/titanic/module.mk
parent8a404e62aab32a236c77a32804bd934c533d9605 (diff)
downloadscummvm-rg350-71c3129ecff1e5e4e847825eba58d1be9594b1c8.tar.gz
scummvm-rg350-71c3129ecff1e5e4e847825eba58d1be9594b1c8.tar.bz2
scummvm-rg350-71c3129ecff1e5e4e847825eba58d1be9594b1c8.zip
TITANIC: Added skeletons for game manager support classes
Diffstat (limited to 'engines/titanic/module.mk')
-rw-r--r--engines/titanic/module.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/titanic/module.mk b/engines/titanic/module.mk
index 6309ac8d8f..b150ba2fb2 100644
--- a/engines/titanic/module.mk
+++ b/engines/titanic/module.mk
@@ -5,8 +5,12 @@ MODULE_OBJS := \
direct_draw.o \
font.o \
game_manager.o \
+ game_state.o \
+ game_state_sub.o \
game_view.o \
image.o \
+ input_handler.o \
+ input_translator.o \
main_game_window.o \
screen_manager.o \
simple_file.o \
@@ -364,6 +368,7 @@ MODULE_OBJS := \
npcs/succubus.o \
npcs/summon_bots.o \
npcs/titania.o \
+ npcs/true_talk_manager.o \
npcs/true_talk_npc.o \
pet_control/pet_control.o \
pet_control/pet_control_list_item.o \
@@ -391,12 +396,14 @@ MODULE_OBJS := \
sound/dome_from_top_of_well.o \
sound/enter_view_toggles_other_music.o \
sound/gondolier_song.o \
+ sound/music_room.o \
sound/music_player.o \
sound/node_auto_sound_player.o \
sound/restricted_auto_music_player.o \
sound/room_auto_sound_player.o \
sound/season_noises.o \
sound/seasonal_music_player.o \
+ sound/sound.o \
sound/titania_speech.o \
sound/trigger_auto_music_player.o \
sound/view_auto_sound_player.o \