aboutsummaryrefslogtreecommitdiff
path: root/common/gameDetector.h
diff options
context:
space:
mode:
authorMax Horn2002-09-27 23:27:14 +0000
committerMax Horn2002-09-27 23:27:14 +0000
commit6024c80f147ce275413332323c2de8db6095c82b (patch)
tree86d42eb89c5866fd6418c867503521cc43643ddb /common/gameDetector.h
parente674b9e2e23ef1aa21b0be7c682dd77ceb591223 (diff)
downloadscummvm-rg350-6024c80f147ce275413332323c2de8db6095c82b.tar.gz
scummvm-rg350-6024c80f147ce275413332323c2de8db6095c82b.tar.bz2
scummvm-rg350-6024c80f147ce275413332323c2de8db6095c82b.zip
added (currently completly useless) launcher dialog
svn-id: r5024
Diffstat (limited to 'common/gameDetector.h')
-rw-r--r--common/gameDetector.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/common/gameDetector.h b/common/gameDetector.h
index 6393440863..d628b45500 100644
--- a/common/gameDetector.h
+++ b/common/gameDetector.h
@@ -26,6 +26,16 @@
class OSystem;
class MidiDriver;
+struct VersionSettings {
+ const char *filename;
+ const char *gamename;
+ byte id, major, middle, minor;
+ uint32 features;
+};
+
+extern const VersionSettings version_settings[];
+
+
class GameDetector {
public:
int detectMain(int argc, char **argv);