summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_defs.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-12 12:08:13 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-12 12:27:53 +0100
commit7f502e207784d2c33ab38079dadfa298ab9fafc6 (patch)
tree64455ef722ff0a7179bd7c8b7b0bcfefd9a76a33 /crawl-ref/source/l_defs.h
parentd728a1cd0de075594762733936732d3d7f91f410 (diff)
downloadcrawl-ref-7f502e207784d2c33ab38079dadfa298ab9fafc6.tar.gz
crawl-ref-7f502e207784d2c33ab38079dadfa298ab9fafc6.zip
set_exclude/del_exclude lua bindings.
Diffstat (limited to 'crawl-ref/source/l_defs.h')
-rw-r--r--crawl-ref/source/l_defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/l_defs.h b/crawl-ref/source/l_defs.h
index 641af4a117..8d0974a918 100644
--- a/crawl-ref/source/l_defs.h
+++ b/crawl-ref/source/l_defs.h
@@ -14,6 +14,7 @@ const char *dungeon_feature_name(dungeon_feature_type feat);
std::string dgn_set_default_depth(const std::string &s);
void dgn_reset_default_depth();
bool in_show_bounds(const coord_def &c);
+coord_def player2grid(const coord_def &p);
#endif