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 129f199116..1516f075ef 100644
--- a/crawl-ref/source/newgame.h
+++ b/crawl-ref/source/newgame.h
@@ -48,4 +48,6 @@ bool choose_class(void);
* *********************************************************************** */
void give_basic_mutations(species_type speci);
+bool validate_player_name(const char *name, bool verbose);
+
#endif