summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-28 17:09:28 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-10-28 17:09:47 +0100
commitefa51af108c6b3d0c395f5c9215343e278e70865 (patch)
tree441ac1d6bcc2fa89d371bf6678e09e5d88baab1d /crawl-ref/source/newgame.h
parent890ed0d6d406eec6e2b33c3bc41c208f6f9bca5d (diff)
downloadcrawl-ref-efa51af108c6b3d0c395f5c9215343e278e70865.tar.gz
crawl-ref-efa51af108c6b3d0c395f5c9215343e278e70865.zip
Move a little more code out of newgame.cc.
Diffstat (limited to 'crawl-ref/source/newgame.h')
-rw-r--r--crawl-ref/source/newgame.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/newgame.h b/crawl-ref/source/newgame.h
index ea3279e999..5c58bb9813 100644
--- a/crawl-ref/source/newgame.h
+++ b/crawl-ref/source/newgame.h
@@ -61,7 +61,6 @@ undead_state_type get_undead_state(const species_type sp);
* called from: acr
* *********************************************************************** */
bool new_game();
-void initialise_item_descriptions();
int give_first_conjuration_book();
bool choose_race(void);