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 eca56fac60..3a25c11a51 100644
--- a/crawl-ref/source/newgame.h
+++ b/crawl-ref/source/newgame.h
@@ -46,4 +46,9 @@ int give_first_conjuration_book();
bool choose_race(void);
bool choose_class(void);
+/* ***********************************************************************
+ * called from: debug newgame
+ * *********************************************************************** */
+void give_basic_mutations(species_type speci);
+
#endif