diff options
Diffstat (limited to 'engines/simon/simon.h')
-rw-r--r-- | engines/simon/simon.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/simon/simon.h b/engines/simon/simon.h index cbe6c7935e..52a292014c 100644 --- a/engines/simon/simon.h +++ b/engines/simon/simon.h @@ -35,8 +35,6 @@ #include "simon/sound.h" #include "simon/vga.h" -class GameDetector; - namespace Simon { /* Various other settings */ @@ -1044,7 +1042,7 @@ protected: void resfile_read(void *dst, uint32 offs, uint32 size); - int init(GameDetector &detector); + int init(); int go(); void openGameFile(); |