aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/sound.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2006-09-29 08:14:27 +0000
committerEugene Sandulenko2006-09-29 08:14:27 +0000
commit8e2c703baba570b18aec9d871fdc8ee7efe49e57 (patch)
treef75cab4641be96daacec06e47167dbe075f642f5 /engines/simon/sound.cpp
parent3d71f16b47c8af0f69c1f25af0eaa69f67a9beba (diff)
downloadscummvm-rg350-8e2c703baba570b18aec9d871fdc8ee7efe49e57.tar.gz
scummvm-rg350-8e2c703baba570b18aec9d871fdc8ee7efe49e57.tar.bz2
scummvm-rg350-8e2c703baba570b18aec9d871fdc8ee7efe49e57.zip
First pahse of renaming simon engine to agos. Internal renames. Compilation
is broken svn-id: r24008
Diffstat (limited to 'engines/simon/sound.cpp')
-rw-r--r--engines/simon/sound.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/simon/sound.cpp b/engines/simon/sound.cpp
index 2ac4e629eb..42c2df1723 100644
--- a/engines/simon/sound.cpp
+++ b/engines/simon/sound.cpp
@@ -26,8 +26,8 @@
#include "common/file.h"
#include "common/util.h"
-#include "simon/simon.h"
-#include "simon/sound.h"
+#include "agos/agos.h"
+#include "agos/sound.h"
#include "sound/adpcm.h"
#include "sound/audiostream.h"