aboutsummaryrefslogtreecommitdiff
path: root/src/mapblock_mesh.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-06-18 20:21:25 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-06-18 20:21:25 +0300
commit50ef74da1eb922bccccd93b8289121d9d86b5664 (patch)
treea588a56883f2b5cd98b1d0fb0565a262faa1686d /src/mapblock_mesh.h
parentcde8c70f8c841cf56fe4173d5249a64ceba63b42 (diff)
downloadminetest-50ef74da1eb922bccccd93b8289121d9d86b5664.tar.gz
minetest-50ef74da1eb922bccccd93b8289121d9d86b5664.tar.bz2
minetest-50ef74da1eb922bccccd93b8289121d9d86b5664.zip
Fixed typo in protocol.txt
Diffstat (limited to 'src/mapblock_mesh.h')
0 files changed, 0 insertions, 0 deletions
a_api/l_base.h" class AreaStore; class LuaAreaStore : public ModApiBase { private: static const char className[]; static const luaL_Reg methods[]; static int gc_object(lua_State *L); static int l_get_area(lua_State *L); static int l_get_areas_for_pos(lua_State *L); static int l_get_areas_in_area(lua_State *L); static int l_insert_area(lua_State *L); static int l_reserve(lua_State *L); static int l_remove_area(lua_State *L); static int l_set_cache_params(lua_State *L); static int l_to_string(lua_State *L); static int l_to_file(lua_State *L); static int l_from_string(lua_State *L); static int l_from_file(lua_State *L); public: AreaStore *as = nullptr; LuaAreaStore(); LuaAreaStore(const std::string &type); ~LuaAreaStore(); // AreaStore() // Creates a AreaStore and leaves it on top of stack static int create_object(lua_State *L); static LuaAreaStore *checkobject(lua_State *L, int narg);