aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
Diffstat (limited to 'simon/simon.h')
-rw-r--r--simon/simon.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/simon/simon.h b/simon/simon.h
index 1323ec63b7..6e492299b2 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -101,7 +101,7 @@ struct VgaTimerEntry {
struct GameSpecificSettings;
-class SimonState : public Engine {
+class SimonEngine : public Engine {
void errorString(const char *buf_input, char *buf_output);
public:
File *_mus_file;
@@ -356,8 +356,8 @@ public:
RandomSource _rnd;
- SimonState(GameDetector *detector, OSystem *syst);
- virtual ~SimonState();
+ SimonEngine(GameDetector *detector, OSystem *syst);
+ virtual ~SimonEngine();
int allocGamePcVars(File *in);
Item *allocItem1();