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.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