aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorOliver Kiehl2002-11-29 22:13:20 +0000
committerOliver Kiehl2002-11-29 22:13:20 +0000
commit613423037f1d351bc07a641b288912d091b31e50 (patch)
tree0030f4d8972c1f5e85dceaf69139d7538f4e2b25 /simon
parent485d0cab816073753c9e467e1c35afeeb4d35464 (diff)
downloadscummvm-rg350-613423037f1d351bc07a641b288912d091b31e50.tar.gz
scummvm-rg350-613423037f1d351bc07a641b288912d091b31e50.tar.bz2
scummvm-rg350-613423037f1d351bc07a641b288912d091b31e50.zip
renamed simonsound
svn-id: r5755
Diffstat (limited to 'simon')
-rw-r--r--simon/module.mk2
-rw-r--r--simon/simon.h2
-rw-r--r--simon/sound.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/simon/module.mk b/simon/module.mk
index ac0ecc7b55..5dfeb03baa 100644
--- a/simon/module.mk
+++ b/simon/module.mk
@@ -5,7 +5,7 @@ MODULE_OBJS = \
simon/items.o \
simon/midi.o \
simon/res.o \
- simon/simonsound.o \
+ simon/sound.o \
simon/simon.o \
simon/verb.o \
simon/vga.o \
diff --git a/simon/simon.h b/simon/simon.h
index fbaceed2c6..fa5d7a9ee2 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -26,7 +26,7 @@
#include "common/engine.h"
#include "simon/midi.h"
#include "sound/mixer.h"
-#include "simon/simonsound.h"
+#include "simon/sound.h"
/* Various other settings */
//#define DRAW_IMAGES_DEBUG
diff --git a/simon/sound.cpp b/simon/sound.cpp
index 854bed564f..ed18ec0873 100644
--- a/simon/sound.cpp
+++ b/simon/sound.cpp
@@ -17,7 +17,7 @@
*
*/
-#include "simon/simonsound.h"
+#include "simon/sound.h"
#include "common/file.h"
#include "common/engine.h"