summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/species.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-11-01 18:24:42 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-01 18:24:42 +0100
commitbc5fafc588da8c2a0bb7b5aa2aa915f4c6b0e417 (patch)
tree2d4f6b41f802401ba3f76e9f71e03ad25efd71e1 /crawl-ref/source/species.h
parent3bf288448a8a98d7f1b2db89711c778cf335b18c (diff)
parentd201e361eac08bd032e84322fd2baef71ea63227 (diff)
downloadcrawl-ref-bc5fafc588da8c2a0bb7b5aa2aa915f4c6b0e417.tar.gz
crawl-ref-bc5fafc588da8c2a0bb7b5aa2aa915f4c6b0e417.zip
Merge branch 'master' into dwants
Diffstat (limited to 'crawl-ref/source/species.h')
-rw-r--r--crawl-ref/source/species.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/species.h b/crawl-ref/source/species.h
index ea448b072c..1c328bc7aa 100644
--- a/crawl-ref/source/species.h
+++ b/crawl-ref/source/species.h
@@ -32,6 +32,10 @@ monster_type player_species_to_mons_species(species_type species);
// species_type bounds checking.
bool is_valid_species(species_type);
+
+// Is the species valid for a new game?
+bool is_species_valid_choice(species_type);
+
int species_exp_modifier(species_type species);
int species_hp_modifier(species_type species);
int species_mp_modifier(species_type species);