From b67f37f27ea7d89b2098fa9fcc2533fa1091e695 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Wed, 17 Dec 2014 03:20:17 -0500 Subject: Redefine NodeResolver interface and replace with callback mechanism --- src/script/lua_api/l_mapgen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/script/lua_api/l_mapgen.h') diff --git a/src/script/lua_api/l_mapgen.h b/src/script/lua_api/l_mapgen.h index 87ae9fd81..247043a01 100644 --- a/src/script/lua_api/l_mapgen.h +++ b/src/script/lua_api/l_mapgen.h @@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "lua_api/l_base.h" class INodeDefManager; -class NodeResolver; +class NodeResolveInfo; class DecoSimple; class DecoSchematic; @@ -68,7 +68,7 @@ private: static int l_place_schematic(lua_State *L); static bool regDecoSimple(lua_State *L, - NodeResolver *resolver, DecoSimple *deco); + NodeResolveInfo *nri, DecoSimple *deco); static bool regDecoSchematic(lua_State *L, INodeDefManager *ndef, DecoSchematic *deco); -- cgit v1.2.3