aboutsummaryrefslogtreecommitdiff
path: root/common/gameDetector.h
diff options
context:
space:
mode:
authorMax Horn2003-03-25 00:26:53 +0000
committerMax Horn2003-03-25 00:26:53 +0000
commita50bbdd7f78f77c48a4ed8467e59045c32e50ce8 (patch)
tree03ff251bd73cd5b022a5ae63fde363214dbdc63d /common/gameDetector.h
parentc98130a0a68b0b605e283dacdecc1e4a21f95ba7 (diff)
downloadscummvm-rg350-a50bbdd7f78f77c48a4ed8467e59045c32e50ce8.tar.gz
scummvm-rg350-a50bbdd7f78f77c48a4ed8467e59045c32e50ce8.tar.bz2
scummvm-rg350-a50bbdd7f78f77c48a4ed8467e59045c32e50ce8.zip
cleanup
svn-id: r6856
Diffstat (limited to 'common/gameDetector.h')
-rw-r--r--common/gameDetector.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/common/gameDetector.h b/common/gameDetector.h
index 54a192088d..fd517fff18 100644
--- a/common/gameDetector.h
+++ b/common/gameDetector.h
@@ -101,19 +101,19 @@ struct VersionSettings {
char *detectname;
};
-struct MusicDrivers {
+struct MusicDriver {
const char *name;
const char *description;
int id;
};
-struct GraphicsModes {
+struct GraphicsMode {
const char *name;
const char *description;
int id;
};
-struct Languages {
+struct Language {
const char *name;
const char *description;
int id;
@@ -126,7 +126,7 @@ class GameDetector {
typedef ScummVM::String String;
public:
- static const MusicDrivers *getMusicDrivers();
+ static const MusicDriver *getMusicDrivers();
static bool isMusicDriverAvailable(int drv);
public:
@@ -163,7 +163,6 @@ public:
String _gameRealName;
uint32 _features;
- int _gfx_driver;
int _gfx_mode;
bool _default_gfx_mode;