summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.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/xom.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/xom.cc')
-rw-r--r--crawl-ref/source/xom.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index a79672a555..efcf159b6f 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -44,6 +44,7 @@
#include "stash.h"
#include "state.h"
#include "stuff.h"
+#include "teleport.h"
#include "terrain.h"
#include "transfor.h"
#include "traps.h"