aboutsummaryrefslogtreecommitdiff
path: root/src/script/cpp_api/s_internal.h
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2015-02-11 09:57:35 +0100
committerCraig Robbins <kde.psych@gmail.com>2015-02-14 21:02:19 +1000/* Minetest Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more d/minetest.git/diff/src/script/cpp_api/s_internal.h?h=lifo-fixes&id=7f6fc148bd6f8337781efe59fd4f189fa94a2fda&id2=878e9f759481948af73e5129c5a79e44425a534e'>diff)
downloadminetest-7f6fc148bd6f8337781efe59fd4f189fa94a2fda.tar.gz
minetest-7f6fc148bd6f8337781efe59fd4f189fa94a2fda.tar.bz2
minetest-7f6fc148bd6f8337781efe59fd4f189fa94a2fda.zip
Fix issue #2279. ok @zeno-
Diffstat (limited to 'src/script/cpp_api/s_internal.h')
0 files changed, 0 insertions, 0 deletions
wd">l_get_all_craft_recipes(lua_State *L); static int l_get_craft_result(lua_State *L); static bool readCraftReplacements(lua_State *L, int index, CraftReplacements &replacements); static bool readCraftRecipeShapeless(lua_State *L, int index, std::vector<std::string> &recipe); static bool readCraftRecipeShaped(lua_State *L, int index, int &width, std::vector<std::string> &recipe); static struct EnumString es_CraftMethod[]; public: static void Initialize(lua_State *L, int top); }; #endif /* L_CRAFT_H_ */