summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/libgui.h')
-rw-r--r--crawl-ref/source/libgui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/libgui.h b/crawl-ref/source/libgui.h
index f258d1b4f3..ed820fde24 100644
--- a/crawl-ref/source/libgui.h
+++ b/crawl-ref/source/libgui.h
@@ -75,6 +75,8 @@ enum InvAction
INV_USE,
INV_PICKUP,
INV_VIEW,
+ INV_USE_FLOOR,
+ INV_EAT_FLOOR,
INV_SELECT,
INV_NUMACTIONS
};