summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-21 11:31:42 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-21 11:31:42 +0000
commitb2ea8143ccf52a2cacfa48d19ce2ea603ddaab5e (patch)
tree6d5883da623580048298ae62a0408c509ed42f10 /crawl-ref/source/newgame.cc
parent8f474f6a0858eddfa1a6552858f6d79fbf7473cb (diff)
downloadcrawl-ref-b2ea8143ccf52a2cacfa48d19ce2ea603ddaab5e.tar.gz
crawl-ref-b2ea8143ccf52a2cacfa48d19ce2ea603ddaab5e.zip
Moved items() into a separate makeitem file.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1340 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 6c6dfd09d6..f6521f9302 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -72,7 +72,7 @@
#include "abl-show.h"
#include "branch.h"
#include "command.h"
-#include "dungeon.h"
+//#include "dungeon.h"
#include "files.h"
#include "fight.h"
#include "initfile.h"
@@ -80,6 +80,7 @@
#include "itemprop.h"
#include "items.h"
#include "macro.h"
+#include "makeitem.h"
#include "menu.h"
#include "player.h"
#include "randart.h"