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 83d63b4c3d..69332130f6 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -581,6 +581,15 @@ enum command_type
CMD_TARGET_WIZARD_GIVE_ITEM,
CMD_TARGET_HELP,
+#ifdef USE_TILE
+ CMD_TARGET_MOUSE_MOVE,
+ CMD_TARGET_MOUSE_SELECT,
+ CMD_EDIT_PREFS,
+ CMD_EDIT_PLAYER_TILE,
+ CMD_USE_ITEM,
+ CMD_VIEW_ITEM,
+#endif
+
// Disable/enable -more- prompts.
CMD_DISABLE_MORE,
CMD_ENABLE_MORE,