summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_libs.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-19 23:15:11 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-19 23:15:11 +0200
commit49a01f5ae457bb601165eb89f6437d392a036eae (patch)
treec659c35fcd93eb27ea7a9116dc8b683579464342 /crawl-ref/source/l_libs.h
parent99551ab330ffd7037891fffc159708298159a432 (diff)
downloadcrawl-ref-49a01f5ae457bb601165eb89f6437d392a036eae.tar.gz
crawl-ref-49a01f5ae457bb601165eb89f6437d392a036eae.zip
Split you_lib out from dlua.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 a0e926d177..cc0462e5e1 100644
--- a/crawl-ref/source/l_libs.h
+++ b/crawl-ref/source/l_libs.h
@@ -4,6 +4,7 @@ extern const struct luaL_reg crawl_lib[];
extern const struct luaL_reg dgn_lib[];
extern const struct luaL_reg file_lib[];
extern const struct luaL_reg los_lib[];
+extern const struct luaL_reg you_lib[];
void luaopen_ray(lua_State *ls);