summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_libs.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-27 19:16:50 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-10-27 19:16:50 +0100
commit5c2086ac6f8e8b53bfa9655cf02dca03c41850ce (patch)
treeadedbe0a773dc8e2113fdfad92d58c2f455c33e0 /crawl-ref/source/l_libs.h
parent4c3e4246769fecd226e08304a01d581e19a197d3 (diff)
downloadcrawl-ref-5c2086ac6f8e8b53bfa9655cf02dca03c41850ce.tar.gz
crawl-ref-5c2086ac6f8e8b53bfa9655cf02dca03c41850ce.zip
Start of monster_info lua binding.
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 736545caab..115c1928ac 100644
--- a/crawl-ref/source/l_libs.h
+++ b/crawl-ref/source/l_libs.h
@@ -17,6 +17,7 @@ void cluaopen_file(lua_State *ls);
void cluaopen_food(lua_State *ls);
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_you(lua_State *ls);