summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_libs.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-20 21:31:08 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-20 22:00:53 +0200
commit30beda4d0f59aa37ee9d33c67d52aba686d53978 (patch)
tree5c0c88ce6659d788ed1e404aca544d603c877be4 /crawl-ref/source/l_libs.h
parent62d3a1d12c0391b6f13e9786892571cb312f2c0a (diff)
downloadcrawl-ref-30beda4d0f59aa37ee9d33c67d52aba686d53978.tar.gz
crawl-ref-30beda4d0f59aa37ee9d33c67d52aba686d53978.zip
Move library "options" from clua.cc to l_option.cc.
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 4b8476c235..178f1f5201 100644
--- a/crawl-ref/source/l_libs.h
+++ b/crawl-ref/source/l_libs.h
@@ -14,6 +14,7 @@
void cluaopen_crawl(lua_State *ls);
void cluaopen_monsters(lua_State *ls);
+void cluaopen_options(lua_State *ls);
void cluaopen_you(lua_State *ls);
/*