summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-08-23 01:57:16 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-08-26 13:20:53 +0200
commit2dfbc2c440f6ce3efd2ae5fdafdf311015b07079 (patch)
tree316ac12828375d1f3ecd9e0feb9990f36db93a09 /crawl-ref/source/mon-pick.h
parentc1fbd6fca26203ea64b592e144151d560628983f (diff)
downloadcrawl-ref-2dfbc2c440f6ce3efd2ae5fdafdf311015b07079.tar.gz
crawl-ref-2dfbc2c440f6ce3efd2ae5fdafdf311015b07079.zip
Don't use internal data of mon-pick from the outside.
Diffstat (limited to 'crawl-ref/source/mon-pick.h')
-rw-r--r--crawl-ref/source/mon-pick.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-pick.h b/crawl-ref/source/mon-pick.h
index afd266cd3d..f5799911d4 100644
--- a/crawl-ref/source/mon-pick.h
+++ b/crawl-ref/source/mon-pick.h
@@ -14,6 +14,9 @@
int mons_rarity(monster_type mcls, const level_id &place = level_id::current());
int mons_level(monster_type mcls, const level_id &place = level_id::current());
+monster_type pick_monster_no_rarity(const level_id &place);
+bool branch_has_monsters(branch_type branch);
+
void debug_monpick();
int mons_null_level(monster_type mcls);