aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/archetype/archetype.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/archetype/archetype.h')
-rw-r--r--engines/glk/archetype/archetype.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/glk/archetype/archetype.h b/engines/glk/archetype/archetype.h
index 85e3a4e8b3..8df78e58aa 100644
--- a/engines/glk/archetype/archetype.h
+++ b/engines/glk/archetype/archetype.h
@@ -33,6 +33,13 @@
namespace Glk {
namespace Archetype {
+enum DebugFlag {
+ DEBUG_BYTES = 0x01,
+ DEBUG_MSGS = 0x02,
+ DEBUG_EXPR = 0x04,
+ DEBUG_STMT = 0x08
+};
+
/**
* Archetype game interpreter
*/