summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.h
blob: 6b71e483ba3b795217c870a1bf8a72834aaa08b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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