aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/mods/util_commands
diff options
context:
space:
mode:
authorVitaliy <numzer0@yandex.ru>2020-12-22 16:53:52 +0300
committerGitHub <noreply@github.com>2020-12-22 14:53:52 +0100
commit03540e7140fc5d54e7b8406415b53e708c7b0bea (patch)
treea3926d399a6c67e48d704d5b7afc951b3bcd9302 /games/devtest/mods/util_commands
parentaf22dd86e3867a35e9e5ab911faa6e1e7671729d (diff)
downloadminetest-03540e7140fc5d54e7b8406415b53e708c7b0bea.tar.gz
minetest-03540e7140fc5d54e7b8406415b53e708c7b0bea.tar.bz2
minetest-03540e7140fc5d54e7b8406415b53e708c7b0bea.zip
Fix GLES shader support after #9247 (#10727)
Diffstat (limited to 'games/devtest/mods/util_commands')
0 files changed, 0 insertions, 0 deletions
="hl opt">*L); static int l_get_craft_result(lua_State *L); static int l_clear_craft(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); };