summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/newgame.h')
-rw-r--r--crawl-ref/source/newgame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/newgame.h b/crawl-ref/source/newgame.h
index f683e2570c..eca56fac60 100644
--- a/crawl-ref/source/newgame.h
+++ b/crawl-ref/source/newgame.h
@@ -35,6 +35,8 @@ int get_species_by_name( const char *name );
int get_class_by_abbrev( const char *abbrev );
int get_class_by_name( const char *name );
+undead_state_type get_undead_state(const species_type sp);
+
/* ***********************************************************************
* called from: acr
* *********************************************************************** */