summaryrefslogtreecommitdiffstats
path: root/stone_soup/crawl-ref/source/newgame.h
diff options
context:
space:
mode:
Diffstat (limited to 'stone_soup/crawl-ref/source/newgame.h')
-rw-r--r--stone_soup/crawl-ref/source/newgame.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/stone_soup/crawl-ref/source/newgame.h b/stone_soup/crawl-ref/source/newgame.h
deleted file mode 100644
index 6b71e483ba..0000000000
--- a/stone_soup/crawl-ref/source/newgame.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * File: newgame.cc
- * Summary: Functions used when starting a new game.
- * Written by: Linley Henzell
- *
- * Change History (most recent first):
- *
- * <1> -/--/-- LRH Created
- */
-
-
-#ifndef NEWGAME_H
-#define NEWGAME_H
-
-
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: acr
- * *********************************************************************** */
-bool new_game();
-
-int give_first_conjuration_book();
-
-#endif