summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transform.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-07-11 00:58:34 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-07-11 20:13:43 +0200
commit088ff2eeaa6796e928ed7121846e9d3a448c103a (patch)
treeee29be84215c3c991ad1caa5bb78442ed2ab7ff3 /crawl-ref/source/transform.h
parent289c504337842dc6323837aac7a879bb3a5f6476 (diff)
downloadcrawl-ref-088ff2eeaa6796e928ed7121846e9d3a448c103a.tar.gz
crawl-ref-088ff2eeaa6796e928ed7121846e9d3a448c103a.zip
Allow redefining the player's glyph/color. Obey redefinitions for transforms.
Diffstat (limited to 'crawl-ref/source/transform.h')
-rw-r--r--crawl-ref/source/transform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/transform.h b/crawl-ref/source/transform.h
index b6def5ea58..d0b8bcd463 100644
--- a/crawl-ref/source/transform.h
+++ b/crawl-ref/source/transform.h
@@ -45,6 +45,8 @@ void unmeld_one_equip(equipment_type eq);
bool transform_changed_physiology( bool phys_scales = false );
bool transform_allows_wearing_item(const item_def& item,
transformation_type transform);
+monster_type transform_mons();
+
// Check your current transformation.
bool transform_allows_wearing_item(const item_def& item);
bool transform_allows_wielding(transformation_type transform);