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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/crawl-ref/source/newgame.h b/crawl-ref/source/newgame.h
index 5c58bb9813..3c1b65abd8 100644
--- a/crawl-ref/source/newgame.h
+++ b/crawl-ref/source/newgame.h
@@ -57,18 +57,12 @@ struct newgame_def
undead_state_type get_undead_state(const species_type sp);
-/* ***********************************************************************
- * called from: acr
- * *********************************************************************** */
bool new_game();
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