aboutsummaryrefslogtreecommitdiff
path: root/sword1/sword1.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/sword1.h')
-rw-r--r--sword1/sword1.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sword1/sword1.h b/sword1/sword1.h
index 29cab3bf9d..117b7526e6 100644
--- a/sword1/sword1.h
+++ b/sword1/sword1.h
@@ -29,6 +29,10 @@
namespace Sword1 {
+enum {
+ GF_DEMO = 1 << 0
+};
+
class Screen;
class Sound;
class Logic;
@@ -61,6 +65,8 @@ public:
virtual ~SwordEngine();
static SystemVars _systemVars;
void reinitialize(void);
+
+ uint32 _features;
protected:
void go();
private: