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.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/crawl-ref/source/newgame.h b/crawl-ref/source/newgame.h
new file mode 100644
index 0000000000..6b71e483ba
--- /dev/null
+++ b/crawl-ref/source/newgame.h
@@ -0,0 +1,24 @@
+/*
+ * 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