summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_libs.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-20 16:17:27 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-20 16:17:27 +0200
commit32e9f18033d30051e3a93414010cd234d6915abd (patch)
tree51da9d4885b52f2288c1fcad57bc0adfbf7a5301 /crawl-ref/source/l_libs.h
parent7c97899cefb5ed1dd3547b9800f96b5a4cb24bf6 (diff)
downloadcrawl-ref-32e9f18033d30051e3a93414010cd234d6915abd.tar.gz
crawl-ref-32e9f18033d30051e3a93414010cd234d6915abd.zip
Change you_dlib load style.
Diffstat (limited to 'crawl-ref/source/l_libs.h')
-rw-r--r--crawl-ref/source/l_libs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/l_libs.h b/crawl-ref/source/l_libs.h
index 663b378832..191b6cb531 100644
--- a/crawl-ref/source/l_libs.h
+++ b/crawl-ref/source/l_libs.h
@@ -31,7 +31,6 @@ extern const struct luaL_reg dgn_tile_dlib[];
extern const struct luaL_reg file_dlib[];
extern const struct luaL_reg los_dlib[];
extern const struct luaL_reg mapmarker_dlib[];
-extern const struct luaL_reg you_dlib[];
void luaopen_dgnevent(lua_State *ls);
void luaopen_mapmarker(lua_State *ls);
@@ -42,7 +41,7 @@ void register_itemlist(lua_State *ls);
void register_builder_funcs(lua_State *ls);
void dluaopen_crawl(lua_State *ls);
-
+void dluaopen_you(lua_State *ls);
/*
* Macros for processing object arguments.
*/