aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/simon.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/simon.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/simon.cpp')
-rw-r--r--engines/simon/simon.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/simon/simon.cpp b/engines/simon/simon.cpp
index 1dd0a45882..4248e311ce 100644
--- a/engines/simon/simon.cpp
+++ b/engines/simon/simon.cpp
@@ -30,10 +30,10 @@
#include "gui/about.h"
-#include "simon/debugger.h"
-#include "simon/intern.h"
-#include "simon/simon.h"
-#include "simon/vga.h"
+#include "agos/debugger.h"
+#include "agos/intern.h"
+#include "agos/agos.h"
+#include "agos/vga.h"
#include "sound/mididrv.h"
@@ -2277,13 +2277,13 @@ void SimonEngine::set_volume(int volume) {
#ifdef PALMOS_68K
#include "scumm_globals.h"
-_GINIT(Simon_Simon)
+_GINIT(AGOS_AGOS)
_GSETPTR(Simon::simon1_settings, GBVARS_SIMON1SETTINGS_INDEX, Simon::GameSpecificSettings, GBVARS_SIMON)
_GSETPTR(Simon::simon2_settings, GBVARS_SIMON2SETTINGS_INDEX, Simon::GameSpecificSettings, GBVARS_SIMON)
_GSETPTR(Simon::feeblefiles_settings, GBVARS_FEEBLEFILESSETTINGS_INDEX, Simon::GameSpecificSettings, GBVARS_SIMON)
_GEND
-_GRELEASE(Simon_Simon)
+_GRELEASE(AGOS_AGOS)
_GRELEASEPTR(GBVARS_SIMON1SETTINGS_INDEX, GBVARS_SIMON)
_GRELEASEPTR(GBVARS_SIMON2SETTINGS_INDEX, GBVARS_SIMON)
_GRELEASEPTR(GBVARS_FEEBLEFILESSETTINGS_INDEX, GBVARS_SIMON)