summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-09 13:47:27 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-09 13:47:27 +0000
commit85b02c94b3646a5201a7c45b742a4164821bfa87 (patch)
treeb26fe5cc88bbbe5b58623bb6ef14e3342a698927 /crawl-ref/source/misc.h
parent8348fa729646872032b8231fee14d5dd35a3451a (diff)
downloadcrawl-ref-85b02c94b3646a5201a7c45b742a4164821bfa87.tar.gz
crawl-ref-85b02c94b3646a5201a7c45b742a4164821bfa87.zip
Implemented Spade and Trowel (except for vault generation.)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1819 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index ce8b9ccd0c..c95f1bde66 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -206,4 +206,6 @@ bool do_autopray();
bool player_in_a_dangerous_place();
+coord_def pick_adjacent_free_square(int x, int y);
+
#endif