summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_libs.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-19 23:20:59 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-19 23:22:39 +0200
commit8e94f180081dc6d88069afefe9a7f92828d32729 (patch)
treec9fef59c6914a106fe51fba5575031a8d1e7266b /crawl-ref/source/l_libs.h
parent8e048c2d18e3b0032ae7e1442f1a2500cba3a3aa (diff)
downloadcrawl-ref-8e94f180081dc6d88069afefe9a7f92828d32729.tar.gz
crawl-ref-8e94f180081dc6d88069afefe9a7f92828d32729.zip
Split out lib_mapmark from dlua.cc.
Diffstat (limited to 'crawl-ref/source/l_libs.h')
-rw-r--r--crawl-ref/source/l_libs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/l_libs.h b/crawl-ref/source/l_libs.h
index 23a4359153..c1164f8afc 100644
--- a/crawl-ref/source/l_libs.h
+++ b/crawl-ref/source/l_libs.h
@@ -5,8 +5,10 @@ extern const struct luaL_reg dgn_lib[];
extern const struct luaL_reg dgnevent_lib[];
extern const struct luaL_reg file_lib[];
extern const struct luaL_reg los_lib[];
+extern const struct luaL_reg mapmarker_lib[];
extern const struct luaL_reg you_lib[];
+void luaopen_mapmarker(lua_State *ls);
void luaopen_ray(lua_State *ls);
void register_mapdef_tables(lua_State *ls);