summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-02 11:11:45 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-02 11:51:07 +0100
commitf4ef35e877a1a7e23b61e166e1a5a34690536ce5 (patch)
tree4601275e7129b297c1b589313a4875fdca4d52a9 /crawl-ref/source/spells2.cc
parent6a3d89b3c79e776920959341be9c02e39ee68d5f (diff)
downloadcrawl-ref-f4ef35e877a1a7e23b61e166e1a5a34690536ce5.tar.gz
crawl-ref-f4ef35e877a1a7e23b61e166e1a5a34690536ce5.zip
Move random_near_space into new teleport.cc.
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 3a9741b49f..6d1cb1b31a 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -43,6 +43,7 @@
#include "spells4.h"
#include "spl-mis.h"
#include "stuff.h"
+#include "teleport.h"
#include "tiles.h"
#include "terrain.h"
#include "traps.h"