aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/module.mk
diff options
context:
space:
mode:
authorPaul Gilbert2016-02-25 08:39:15 -0500
committerPaul Gilbert2016-02-25 08:39:15 -0500
commit906aa791ee337f86dc7565e980afa395df5e9fdb (patch)
treedeb94fc82a52f5efc4b23e438c2d36f5806d7e19 /engines/titanic/module.mk
parent27f5f9e926159186da254a00a8bedc6dd028d2f4 (diff)
downloadscummvm-rg350-906aa791ee337f86dc7565e980afa395df5e9fdb.tar.gz
scummvm-rg350-906aa791ee337f86dc7565e980afa395df5e9fdb.tar.bz2
scummvm-rg350-906aa791ee337f86dc7565e980afa395df5e9fdb.zip
TITANIC: Implemented CAnnounce, CPETPosition, CSUBGlass
Diffstat (limited to 'engines/titanic/module.mk')
-rw-r--r--engines/titanic/module.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/titanic/module.mk b/engines/titanic/module.mk
index 1120f699b0..e74e8114f4 100644
--- a/engines/titanic/module.mk
+++ b/engines/titanic/module.mk
@@ -31,9 +31,12 @@ MODULE_OBJS := \
objects/saveable_object.o \
objects/tree_item.o \
objects/view_item.o \
+ rooms/announce.o \
rooms/door_auto_sound_event.o \
+ rooms/pet_position.o \
rooms/room_item.o \
- rooms/service_elevator_door.o
+ rooms/service_elevator_door.o \
+ rooms/sub_glass.o
# This module can be built as a plugin
ifeq ($(ENABLE_TITANIC), DYNAMIC_PLUGIN)