1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 08:35:20 +02:00

Move l_get_all_craft_recipes to scriptapi_craft

This commit is contained in:
sapier
2013-03-07 23:22:54 +00:00
committed by kwolekr
parent 6a1670dbc3
commit eb90c3d92d
3 changed files with 74 additions and 73 deletions

View File

@@ -33,6 +33,7 @@ extern "C" {
/*****************************************************************************/
int l_register_craft(lua_State *L);
int l_get_craft_recipe(lua_State *L);
int l_get_all_craft_recipes(lua_State *L);
int l_get_craft_result(lua_State *L);
/*****************************************************************************/