summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_libs.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_libs.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_libs.h')
-rw-r--r--crawl-ref/source/l_libs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/l_libs.h b/crawl-ref/source/l_libs.h
index ecbecd12ba..a97eb7dc75 100644
--- a/crawl-ref/source/l_libs.h
+++ b/crawl-ref/source/l_libs.h
@@ -19,6 +19,7 @@ void cluaopen_item(lua_State *ls);
void cluaopen_kills(lua_State *ls); // defined in kills.cc
void cluaopen_moninf(lua_State *ls);
void cluaopen_options(lua_State *ls);
+void cluaopen_travel(lua_State *ls);
void cluaopen_view(lua_State *ls);
void cluaopen_you(lua_State *ls);