diff options
author | Paul Gilbert | 2007-06-22 12:36:49 +0000 |
---|---|---|
committer | Paul Gilbert | 2007-06-22 12:36:49 +0000 |
commit | 5cb367681b4024ab9bd731581975660cc0352b78 (patch) | |
tree | c32d08e53d2c58da8eecc82a5da778f8030a2bb4 /engines/lure | |
parent | 8b3821e9ff5b60ee75d180514ca8b067bd5a0105 (diff) | |
download | scummvm-rg350-5cb367681b4024ab9bd731581975660cc0352b78.tar.gz scummvm-rg350-5cb367681b4024ab9bd731581975660cc0352b78.tar.bz2 scummvm-rg350-5cb367681b4024ab9bd731581975660cc0352b78.zip |
Added entries for fights.cpp and sound.cpp
svn-id: r27607
Diffstat (limited to 'engines/lure')
-rw-r--r-- | engines/lure/module.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/lure/module.mk b/engines/lure/module.mk index a54eddd4cd..e508684344 100644 --- a/engines/lure/module.mk +++ b/engines/lure/module.mk @@ -7,6 +7,7 @@ MODULE_OBJS := \ detection.o \ disk.o \ events.o \ + fights.o \ game.o \ hotspots.o \ intro.o \ @@ -19,6 +20,7 @@ MODULE_OBJS := \ room.o \ screen.o \ scripts.o \ + sound.o \ strings.o \ surface.o |