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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/sci.h b/engines/sci/sci.h
index 168bce8875..523cb53559 100644
--- a/engines/sci/sci.h
+++ b/engines/sci/sci.h
@@ -67,6 +67,7 @@ struct GameFlags {
struct SciGameDescription {
ADGameDescription desc;
GameFlags flags;
+ int res_version;
int version;
};
@@ -81,6 +82,7 @@ public:
GUI::Debugger *getDebugger() { return _console; }
const char* getGameID() const;
+ int getResourceVersion() const;
int getVersion() const;
Common::Language getLanguage() const;
Common::Platform getPlatform() const;