X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fcontent_inventory.h;h=91550bb9a42c0e46881337024bbf8b4d08be5351;hb=0931d4b7ff95dc9b51bee28851c3780b2648ffd0;hp=0f410128ba2aed04ddab8f0985f2b321d06ff482;hpb=501034a792d08263bcab22fe0b50271192b2fe0f;p=dragonfireclient.git 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