summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.h
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-23 20:37:24 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-23 20:37:24 -0700
commit1c3f8a9babb0d733833a468752d5d15c0c96cf58 (patch)
treea3380ef317106a67ad2d90a9324f0dfe66ca644d /crawl-ref/source/newgame.h
parent6e019117a0152501268ad575a1745dda7972b993 (diff)
downloadcrawl-ref-1c3f8a9babb0d733833a468752d5d15c0c96cf58.tar.gz
crawl-ref-1c3f8a9babb0d733833a468752d5d15c0c96cf58.zip
newgame.h: add declaration of get_class_by_name to fix tiles builds
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/newgame.h')
-rw-r--r--crawl-ref/source/newgame.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/newgame.h b/crawl-ref/source/newgame.h
index bb3feb5dbd..e994fcf556 100644
--- a/crawl-ref/source/newgame.h
+++ b/crawl-ref/source/newgame.h
@@ -59,4 +59,9 @@ void give_basic_mutations(species_type speci);
bool validate_player_name(const char *name, bool verbose);
+/* ***********************************************************************
+ * called from: files.cc
+ * *********************************************************************** */
+int get_class_by_name(const char *name);
+
#endif