aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/module.mk
diff options
context:
space:
mode:
authorJohannes Schickel2009-05-27 14:40:37 +0000
committerJohannes Schickel2009-05-27 14:40:37 +0000
commit2bcf5c0552cf0778eb2642608134c6c0e4f3028e (patch)
tree50a6e0782d9137fd9a58ae304c4d57918a603ce3 /engines/kyra/module.mk
parente0a059394975b0dc9c52f3152488ee3bad0594c0 (diff)
downloadscummvm-rg350-2bcf5c0552cf0778eb2642608134c6c0e4f3028e.tar.gz
scummvm-rg350-2bcf5c0552cf0778eb2642608134c6c0e4f3028e.tar.bz2
scummvm-rg350-2bcf5c0552cf0778eb2642608134c6c0e4f3028e.zip
- Moved Sound implementation declarations to the newly added file sound_intern.h
- Added support for PC Speaker sound in all Kyra1, Kyra2 and Lands of Lore - Slight cleanup svn-id: r40939
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 6ff6cf115e..7b0c0dfb68 100644
--- a/engines/kyra/module.mk
+++ b/engines/kyra/module.mk
@@ -52,6 +52,7 @@ MODULE_OBJS := \
sound_adlib.o \
sound_digital.o \
sound_midi.o \
+ sound_pcspk.o \
sound_towns.o \
sound.o \
sound_lok.o \