diff options
Diffstat (limited to 'src/content_inventory.h')
-rw-r--r-- | src/content_inventory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content_inventory.h b/src/content_inventory.h index 0f410128b..91550bb9a 100644 --- a/src/content_inventory.h +++ b/src/content_inventory.h @@ -37,6 +37,8 @@ ServerActiveObject* item_craft_create_object(const std::string &subname, s16 item_craft_get_drop_count(const std::string &subname); bool item_craft_is_cookable(const std::string &subname); InventoryItem* item_craft_create_cook_result(const std::string &subname); +bool item_craft_is_eatable(const std::string &subname); +s16 item_craft_eat_hp_change(const std::string &subname); #endif |