From a99ad56b2d84c930ee7c0ff4628c96eed1d200dc Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Tue, 20 Oct 2009 16:54:58 +0200 Subject: Move grd_lib out of clua.cc into l_mapgrd.cc. Rest of commit comment only as accurate as my understanding... Renaming from grd to mapgrd to avoid confusion with grd == env.grid: This grd is the maplines-section of a vault definition. Also move mapgrd_lib from clua to dlua since it's only used for dungeon building. clua and dlua need more descriptive names. --- crawl-ref/source/l_libs.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/l_libs.h') diff --git a/crawl-ref/source/l_libs.h b/crawl-ref/source/l_libs.h index a101e423c4..9fe6d97eb3 100644 --- a/crawl-ref/source/l_libs.h +++ b/crawl-ref/source/l_libs.h @@ -15,7 +15,6 @@ void cluaopen_crawl(lua_State *ls); void cluaopen_you(lua_State *ls); - /* * Libraries and loaders, accessed from init_dungeon_lua(). */ @@ -42,7 +41,9 @@ 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); +void dluaopen_mapgrd(lua_State *ls); +void dluaopen_you(lua_State *ls); + /* * Macros for processing object arguments. */ -- cgit v1.2.3-54-g00ecf