summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-10 22:10:44 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-10 22:10:44 +0000
commit537160d9714e4783ed07c2edbbd85a88d3e51f69 (patch)
tree6dae3f276bb407e647657a1d34fb0d408fc1e879 /crawl-ref/source/mon-util.h
parent6e22dc58cfb63a6618d7c92d36a1a7e034e89f44 (diff)
downloadcrawl-ref-537160d9714e4783ed07c2edbbd85a88d3e51f69.tar.gz
crawl-ref-537160d9714e4783ed07c2edbbd85a88d3e51f69.zip
Display basic resistance information. I'm putting this in so that
there'll be a base to work on; of course the format can (and should) be improved. Currently it's one line per resistance. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8396 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index 9d280a6cfc..34a6f79b87 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -451,6 +451,7 @@ habitat_type grid2habitat(dungeon_feature_type grid);
dungeon_feature_type habitat2grid(habitat_type ht);
monsterentry *get_monster_data(int p_monsterid);
+mon_resist_def get_mons_resists(const monsters *mon);
// last updated 10jun2000 {dlb}
/* ***********************************************************************