aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/module.mk
diff options
context:
space:
mode:
authorPaul Gilbert2016-02-26 20:35:12 -0500
committerPaul Gilbert2016-02-26 20:35:12 -0500
commit34ffd06c7896ec0b9c4874800a57d8003862c8c4 (patch)
tree7a69ffebac4f36ceee620d0c36c15b7cabc17a10 /engines/titanic/module.mk
parent859c30a4e1129cc3d1b5d4e4a0660229a16dfd24 (diff)
downloadscummvm-rg350-34ffd06c7896ec0b9c4874800a57d8003862c8c4.tar.gz
scummvm-rg350-34ffd06c7896ec0b9c4874800a57d8003862c8c4.tar.bz2
scummvm-rg350-34ffd06c7896ec0b9c4874800a57d8003862c8c4.zip
TITANIC: Implemented CSTButton class and descendents
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 e28f0f3e1c..e91a60222c 100644
--- a/engines/titanic/module.mk
+++ b/engines/titanic/module.mk
@@ -39,6 +39,13 @@ MODULE_OBJS := \
game/service_elevator_door.o \
game/sub_glass.o \
game/television.o \
+ gfx/act_button.o \
+ gfx/changes_season_button.o \
+ gfx/elevator_button.o \
+ gfx/move_object_button.o \
+ gfx/slider_button.o \
+ gfx/st_button.o \
+ gfx/status_change_button.o \
messages/auto_sound_event.o \
messages/door_auto_sound_event.o \
moves/enter_bomb_room.o \