summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transform.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-06-07 13:36:01 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-06-07 16:11:15 +0200
commit79358023e6be49f539be954783401e336386aac5 (patch)
treeeda8bf3312ff8b243cfb3dc359d4f2f7be572734 /crawl-ref/source/transform.h
parent61ce99bc3b6982454f9090a6d92b30cddf75f3f7 (diff)
downloadcrawl-ref-79358023e6be49f539be954783401e336386aac5.tar.gz
crawl-ref-79358023e6be49f539be954783401e336386aac5.zip
Keep form hp mods in one place.
There were three copies that went out of sync.
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 a8b08f2adf..708ceb9e76 100644
--- a/crawl-ref/source/transform.h
+++ b/crawl-ref/source/transform.h
@@ -44,4 +44,6 @@ monster_type dragon_form_dragon_type();
void transformation_expiration_warning();
+int form_hp_mod();
+
#endif