summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-04-09 04:54:56 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-04-09 04:54:56 +0200
commit6d707ecb9c19f97f6dd637656c412208708c0806 (patch)
tree496941125bc1695c020850aebb778a79db44f41c /crawl-ref/source/mon-pick.h
parent821d609d617a047a0f8e4bf44b628db0990ba844 (diff)
downloadcrawl-ref-6d707ecb9c19f97f6dd637656c412208708c0806.tar.gz
crawl-ref-6d707ecb9c19f97f6dd637656c412208708c0806.zip
Use monster_type for mon-pick functions.
Diffstat (limited to 'crawl-ref/source/mon-pick.h')
-rw-r--r--crawl-ref/source/mon-pick.h112
1 files changed, 56 insertions, 56 deletions
diff --git a/crawl-ref/source/mon-pick.h b/crawl-ref/source/mon-pick.h
index 7e573dddb5..f58adae73f 100644
--- a/crawl-ref/source/mon-pick.h
+++ b/crawl-ref/source/mon-pick.h
@@ -9,65 +9,65 @@
#include "externs.h"
-int mons_rarity(int mcls, const level_id &place = level_id::current());
+int mons_rarity(monster_type mcls, const level_id &place = level_id::current());
-int mons_level(int mcls, const level_id &place = level_id::current());
+int mons_level(monster_type mcls, const level_id &place = level_id::current());
-int mons_null_level(int mcls);
-int mons_null_rare(int mcls);
+int mons_null_level(monster_type mcls);
+int mons_null_rare(monster_type mcls);
-int mons_abyss_level(int mcls);
-int mons_abyss_rare(int mcls);
-int mons_pan_level(int mcls);
-int mons_pan_rare(int mcls);
+int mons_abyss_level(monster_type mcls);
+int mons_abyss_rare(monster_type mcls);
+int mons_pan_level(monster_type mcls);
+int mons_pan_rare(monster_type mcls);
-int mons_cocytus_level(int mcls);
-int mons_cocytus_rare(int mcls);
-int mons_crypt_level(int mcls);
-int mons_crypt_rare(int mcls);
-int mons_dis_level(int mcls);
-int mons_dis_rare(int mcls);
-int mons_gehenna_level(int mcls);
-int mons_gehenna_rare(int mcls);
-int mons_hallblade_level(int mcls);
-int mons_hallblade_rare(int mcls);
-int mons_hallelf_level(int mcls);
-int mons_hallelf_rare(int mcls);
-int mons_hallzot_level(int mcls);
-int mons_hallzot_rare(int mcls);
-int mons_hive_level(int mcls);
-int mons_hive_rare(int mcls);
-int mons_lair_level(int mcls);
-int mons_lair_rare(int mcls);
-int mons_dwarf_level(int mcls);
-int mons_dwarf_rare(int mcls);
-int mons_mineorc_level(int mcls);
-int mons_mineorc_rare(int mcls);
-int mons_pitslime_level(int mcls);
-int mons_pitslime_rare(int mcls);
-int mons_pitsnake_level(int mcls);
-int mons_pitsnake_rare(int mcls);
-int mons_standard_level(int mcls);
-int mons_standard_rare(int mcls);
-int mons_swamp_level(int mcls);
-int mons_swamp_rare(int mcls);
-int mons_shoals_level(int mcls);
-int mons_shoals_rare(int mcls);
-int mons_spidernest_level(int mcls);
-int mons_spidernest_rare(int mcls);
-int mons_forest_level(int mcls);
-int mons_forest_rare(int mcls);
-int mons_tartarus_level(int mcls);
-int mons_tartarus_rare(int mcls);
-int mons_tomb_level(int mcls);
-int mons_tomb_rare(int mcls);
-int mons_vaults_level(int mcls);
-int mons_vaults_rare(int mcls);
-int mons_vestibule_level(int mcls);
-int mons_vestibule_rare(int mcls);
-int mons_sewer_level(int mcls);
-int mons_sewer_rare(int mcls);
-int mons_volcano_level(int mcls);
-int mons_volcano_rare(int mcls);
+int mons_cocytus_level(monster_type mcls);
+int mons_cocytus_rare(monster_type mcls);
+int mons_crypt_level(monster_type mcls);
+int mons_crypt_rare(monster_type mcls);
+int mons_dis_level(monster_type mcls);
+int mons_dis_rare(monster_type mcls);
+int mons_gehenna_level(monster_type mcls);
+int mons_gehenna_rare(monster_type mcls);
+int mons_hallblade_level(monster_type mcls);
+int mons_hallblade_rare(monster_type mcls);
+int mons_hallelf_level(monster_type mcls);
+int mons_hallelf_rare(monster_type mcls);
+int mons_hallzot_level(monster_type mcls);
+int mons_hallzot_rare(monster_type mcls);
+int mons_hive_level(monster_type mcls);
+int mons_hive_rare(monster_type mcls);
+int mons_lair_level(monster_type mcls);
+int mons_lair_rare(monster_type mcls);
+int mons_dwarf_level(monster_type mcls);
+int mons_dwarf_rare(monster_type mcls);
+int mons_mineorc_level(monster_type mcls);
+int mons_mineorc_rare(monster_type mcls);
+int mons_pitslime_level(monster_type mcls);
+int mons_pitslime_rare(monster_type mcls);
+int mons_pitsnake_level(monster_type mcls);
+int mons_pitsnake_rare(monster_type mcls);
+int mons_standard_level(monster_type mcls);
+int mons_standard_rare(monster_type mcls);
+int mons_swamp_level(monster_type mcls);
+int mons_swamp_rare(monster_type mcls);
+int mons_shoals_level(monster_type mcls);
+int mons_shoals_rare(monster_type mcls);
+int mons_spidernest_level(monster_type mcls);
+int mons_spidernest_rare(monster_type mcls);
+int mons_forest_level(monster_type mcls);
+int mons_forest_rare(monster_type mcls);
+int mons_tartarus_level(monster_type mcls);
+int mons_tartarus_rare(monster_type mcls);
+int mons_tomb_level(monster_type mcls);
+int mons_tomb_rare(monster_type mcls);
+int mons_vaults_level(monster_type mcls);
+int mons_vaults_rare(monster_type mcls);
+int mons_vestibule_level(monster_type mcls);
+int mons_vestibule_rare(monster_type mcls);
+int mons_sewer_level(monster_type mcls);
+int mons_sewer_rare(monster_type mcls);
+int mons_volcano_level(monster_type mcls);
+int mons_volcano_rare(monster_type mcls);
#endif