summaryrefslogtreecommitdiff
path: root/src/bytecode
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode')
-rw-r--r--src/bytecode/bytecode.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bytecode/bytecode.h b/src/bytecode/bytecode.h
index c8d6215..2db3138 100644
--- a/src/bytecode/bytecode.h
+++ b/src/bytecode/bytecode.h
@@ -99,6 +99,11 @@ typedef enum opcode {
OP_Z_INDEX = 0x053,
} opcode;
+enum flag {
+ FLAG_IMPORTANT = (1<<0),
+ FLAG_INHERIT = (1<<1),
+};
+
typedef enum unit {
UNIT_PX = 0,
UNIT_EX = 1,