summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_libs.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-27 21:25:59 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-10-27 23:16:54 +0100
commitbf18513ac06c9a214f07c9a90560ebb8356ae1b0 (patch)
tree8e229f6aabf9db877b20f4a368b669d93309f87d /crawl-ref/source/l_libs.h
parent227fc6f7a56b489b3758ab4c89714d0c447b10b3 (diff)
downloadcrawl-ref-bf18513ac06c9a214f07c9a90560ebb8356ae1b0.tar.gz
crawl-ref-bf18513ac06c9a214f07c9a90560ebb8356ae1b0.zip
Add lua binding for inspecting env.show.
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 115c1928ac..ecbecd12ba 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_view(lua_State *ls);
void cluaopen_you(lua_State *ls);
void cluaopen_globals(lua_State *ls);