aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/module.mk
diff options
context:
space:
mode:
authorPaul Gilbert2016-02-24 23:14:49 -0500
committerPaul Gilbert2016-02-24 23:14:49 -0500
commit25422a6520615cf5c5467654790e658085f28d95 (patch)
tree3cef94b54d16355aa4e883a4c96b3ce373e9621c /engines/titanic/module.mk
parent8acf716d6554fdd7209ba6bb575891019941931e (diff)
downloadscummvm-rg350-25422a6520615cf5c5467654790e658085f28d95.tar.gz
scummvm-rg350-25422a6520615cf5c5467654790e658085f28d95.tar.bz2
scummvm-rg350-25422a6520615cf5c5467654790e658085f28d95.zip
TITANIC: Implement CGameObject loading, CServiceElevatorDoro and ancestors
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 9dfbb2fd74..5dc7195426 100644
--- a/engines/titanic/module.mk
+++ b/engines/titanic/module.mk
@@ -15,6 +15,7 @@ MODULE_OBJS := \
string.o \
titanic.o \
video_surface.o \
+ objects/auto_sound_event.o \
objects/dont_save_file_item.o \
objects/file_item.o \
objects/game_object.o \
@@ -28,7 +29,9 @@ MODULE_OBJS := \
objects/resource_key.o \
objects/saveable_object.o \
objects/tree_item.o \
- rooms/room_item.o
+ rooms/door_auto_sound_event.o \
+ rooms/room_item.o \
+ rooms/service_elevator_door.o
# This module can be built as a plugin
ifeq ($(ENABLE_TITANIC), DYNAMIC_PLUGIN)