aboutsummaryrefslogtreecommitdiff
path: root/gameDetector.h
diff options
context:
space:
mode:
authorLudvig Strigeus2002-04-12 10:34:46 +0000
committerLudvig Strigeus2002-04-12 10:34:46 +0000
commit3a4fa636ee4eaeee6bd50d6fcdedf4c3306318b0 (patch)
tree1fa0750adb7c62924fdbef5c818e0e104ecc5820 /gameDetector.h
parent6e508eed2962fc29f16a4507d056a3c3483c3e6a (diff)
downloadscummvm-rg350-3a4fa636ee4eaeee6bd50d6fcdedf4c3306318b0.tar.gz
scummvm-rg350-3a4fa636ee4eaeee6bd50d6fcdedf4c3306318b0.tar.bz2
scummvm-rg350-3a4fa636ee4eaeee6bd50d6fcdedf4c3306318b0.zip
code cleanup - prepares for simon inclusion
svn-id: r3910
Diffstat (limited to 'gameDetector.h')
-rw-r--r--gameDetector.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/gameDetector.h b/gameDetector.h
index 3e53bcc316..ec51afadb9 100644
--- a/gameDetector.h
+++ b/gameDetector.h
@@ -28,9 +28,15 @@ public:
char *getGameName(void);
bool _fullScreen;
+ bool _restore;
+ byte _gameId;
+ bool _simon;
+
uint16 _debugMode;
uint16 _noSubtitles;
uint16 _bootParam;
+ uint16 _soundCardType;
+
unsigned int _scale;
char *_gameDataPath;
int _gameTempo;
@@ -38,13 +44,11 @@ public:
int _midi_driver;
int _videoMode;
char *_exe_name;
- byte _gameId;
const char *_gameText;
uint32 _features;
- uint16 _soundCardType;
-
+
int _scummVersion;
int _cdrom;
- bool _restore;
+
};