summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transfor.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/transfor.h')
-rw-r--r--crawl-ref/source/transfor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/transfor.h b/crawl-ref/source/transfor.h
index e037b0d5c8..3d2abedb3d 100644
--- a/crawl-ref/source/transfor.h
+++ b/crawl-ref/source/transfor.h
@@ -28,6 +28,7 @@ enum transformation_type
NUM_TRANSFORMATIONS // must remain last member {dlb}
};
+bool transformation_can_wield(transformation_type trans);
bool transform_can_butcher_barehanded(transformation_type tt);
void untransform(bool skip_wielding = false);