summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-28 18:57:20 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-28 18:57:20 +0000
commitb578218b05ae153f3425278bedbb8efca48e259e (patch)
treea8af5dd35615281510b5b2d695f54160e9b4048c /crawl-ref/source/newgame.h
parent8b8f4a7e0af566887a0f5e09b5ac90cf0e45fb1b (diff)
downloadcrawl-ref-b578218b05ae153f3425278bedbb8efca48e259e.tar.gz
crawl-ref-b578218b05ae153f3425278bedbb8efca48e259e.zip
Add various undead-related fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4754 c06c8d41-db1a-0410-9941-cceddc491573
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
* *********************************************************************** */