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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index b6547ae8bc..7b1072c2f6 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -3056,6 +3056,15 @@ enum mlist_targetting_type
};
#endif
+#ifdef USE_TILE
+enum screen_mode
+{
+ SCREENMODE_WINDOW = 0,
+ SCREENMODE_FULL = 1,
+ SCREENMODE_AUTO = 2
+};
+#endif
+
#ifdef WIZARD
enum wizard_option_type