aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sci.h')
-rw-r--r--engines/sci/sci.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/engines/sci/sci.h b/engines/sci/sci.h
index 8045b8ea96..43c0b9f8f8 100644
--- a/engines/sci/sci.h
+++ b/engines/sci/sci.h
@@ -66,16 +66,7 @@ enum kDebugLevels {
struct SciGameDescription {
ADGameDescription desc;
uint32 flags;
- sci_version_t version;
-};
-
-enum SciGameVersions {
- SCI_VERSION_AUTODETECT = 0,
- SCI_VERSION_0 = 1,
- SCI_VERSION_01 = 2,
- SCI_VERSION_1 = 3,
- SCI_VERSION_1_1 = 4,
- SCI_VERSION_32 = 5
+ SciVersion version;
};
extern const char *versionNames[6];
@@ -103,7 +94,7 @@ public:
const char* getGameID() const;
int getResourceVersion() const;
- int getVersion() const;
+ SciVersion getVersion() const;
Common::Language getLanguage() const;
Common::Platform getPlatform() const;
uint32 getFlags() const;