aboutsummaryrefslogtreecommitdiff
path: root/queen/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'queen/defs.h')
-rw-r--r--queen/defs.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/queen/defs.h b/queen/defs.h
index b7564ef77a..550dc7155d 100644
--- a/queen/defs.h
+++ b/queen/defs.h
@@ -116,7 +116,10 @@ enum Verb {
VERB_DIGIT_LAST = 16,
VERB_USE_JOURNAL = 20,
- VERB_SKIP_TEXT = 101
+ VERB_SKIP_TEXT = 101,
+
+ VERB_PREP_WITH = 11,
+ VERB_PREP_TO = 12
};
@@ -140,6 +143,12 @@ enum StateOn {
};
+enum StateUse {
+ STATE_USE,
+ STATE_USE_ON
+};
+
+
} // End of namespace Queen
#endif