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.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 81671b0cce..77e327e4eb 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1099,6 +1099,18 @@ enum enchant_retval
ERV_INCREASED
};
+enum energy_use_type
+{
+ EUT_MOVE,
+ EUT_SWIM,
+ EUT_ATTACK,
+ EUT_MISSILE,
+ EUT_SPELL,
+ EUT_SPECIAL,
+ EUT_ITEM,
+ EUT_PICKUP
+};
+
enum equipment_type
{
EQ_NONE = -1,