summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/terrain.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-06-04 03:03:02 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-06-04 14:29:26 +0200
commit662a84ac03691a43f36464e45cd6d6f88ba101fb (patch)
treee64ee0fe608972582da55a9729de936dabe99509 /crawl-ref/source/terrain.h
parent3905aef836a1d2c33550a5fa5ee2dd9846994b8e (diff)
downloadcrawl-ref-662a84ac03691a43f36464e45cd6d6f88ba101fb.tar.gz
crawl-ref-662a84ac03691a43f36464e45cd6d6f88ba101fb.zip
Gut and parcel out most of stuff.cc
Diffstat (limited to 'crawl-ref/source/terrain.h')
-rw-r--r--crawl-ref/source/terrain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/terrain.h b/crawl-ref/source/terrain.h
index 3c4673b5d0..3e4592ad5f 100644
--- a/crawl-ref/source/terrain.h
+++ b/crawl-ref/source/terrain.h
@@ -81,6 +81,7 @@ bool feat_is_bidirectional_portal(dungeon_feature_type feat);
void find_connected_identical(const coord_def& d, dungeon_feature_type ft,
std::set<coord_def>& out);
std::set<coord_def> connected_doors(const coord_def& d);
+coord_def get_random_stair();
bool slime_wall_neighbour(const coord_def& c);