aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/tinsel.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/tinsel.h')
-rw-r--r--engines/tinsel/tinsel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/tinsel/tinsel.h b/engines/tinsel/tinsel.h
index 04b8825ace..cb7701b048 100644
--- a/engines/tinsel/tinsel.h
+++ b/engines/tinsel/tinsel.h
@@ -139,6 +139,7 @@ typedef bool (*KEYFPTR)(const Common::KeyState &);
#define TinselV1 (TinselVersion == TINSEL_V1)
#define TinselV2 (TinselVersion == TINSEL_V2)
#define TinselV1PSX (TinselVersion == TINSEL_V1 && _vm->getPlatform() == Common::kPlatformPSX)
+#define IsDemo (_vm->getFeatures() & GF_DEMO)
// Global reference to the TinselEngine object
extern TinselEngine *_vm;
@@ -183,6 +184,7 @@ public:
uint32 getFeatures() const;
Common::Language getLanguage() const;
uint16 getVersion() const;
+ uint32 TinselEngine::getFlags() const;
Common::Platform getPlatform() const;
const char *getSampleIndex(LANGUAGE lang);