aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/module.mk
diff options
context:
space:
mode:
authorJohannes Schickel2006-05-17 18:07:02 +0000
committerJohannes Schickel2006-05-17 18:07:02 +0000
commitf7c29ccc8b001eb8d69f1e3d845c6ad04e38fc95 (patch)
tree63d94d0339eb3232b8d3d9570bcb501091f757de /engines/kyra/module.mk
parentb6b53afe269a2d640b8db33e64ecdd6f9b2f506c (diff)
downloadscummvm-rg350-f7c29ccc8b001eb8d69f1e3d845c6ad04e38fc95.tar.gz
scummvm-rg350-f7c29ccc8b001eb8d69f1e3d845c6ad04e38fc95.tar.bz2
scummvm-rg350-f7c29ccc8b001eb8d69f1e3d845c6ad04e38fc95.zip
- adds AUD file player (has still some problems with playing)
- adds a new sound class SoundDigital (only used for Kyra3) (needs more work though) svn-id: r22497
Diffstat (limited to 'engines/kyra/module.mk')
-rw-r--r--engines/kyra/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/module.mk b/engines/kyra/module.mk
index b80399a806..8a18f5298c 100644
--- a/engines/kyra/module.mk
+++ b/engines/kyra/module.mk
@@ -17,6 +17,7 @@ MODULE_OBJS := \
seqplayer.o \
sequences_v1.o \
sound_adlib.o \
+ sound_digital.o \
sound.o \
sprites.o \
staticres.o \