summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 764f3f2dc5..667f517e29 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -680,6 +680,13 @@ enum conduct_type
NUM_CONDUCTS
};
+enum confirm_prompt_type
+{
+ CONFIRM_CANCEL, // automatically answer 'no', i.e. disallow
+ CONFIRM_PROMPT, // prompt
+ CONFIRM_NONE // automatically answer 'yes'
+};
+
enum confirm_level_type
{
CONFIRM_NONE_EASY,