summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_libs.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-20 16:29:43 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-20 16:29:48 +0200
commit62129ffeac63bec920c8fa973120bfdd6a622bfe (patch)
tree67c5cc53d31df9eb9cc81e67cc9274af02650206 /crawl-ref/source/l_libs.h
parent32e9f18033d30051e3a93414010cd234d6915abd (diff)
downloadcrawl-ref-62129ffeac63bec920c8fa973120bfdd6a622bfe.tar.gz
crawl-ref-62129ffeac63bec920c8fa973120bfdd6a622bfe.zip
Move clua you_lib to l_you.cc.
Also remove you.pos() from clua since grid coordinates aren't supposed to be known to the user.
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 191b6cb531..a101e423c4 100644
--- a/crawl-ref/source/l_libs.h
+++ b/crawl-ref/source/l_libs.h
@@ -13,6 +13,7 @@
*/
void cluaopen_crawl(lua_State *ls);
+void cluaopen_you(lua_State *ls);
/*