diff options
Diffstat (limited to 'plugins/inventory/inventory.h')
-rw-r--r-- | plugins/inventory/inventory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/inventory/inventory.h b/plugins/inventory/inventory.h index 437ffb6..62de9dc 100644 --- a/plugins/inventory/inventory.h +++ b/plugins/inventory/inventory.h @@ -26,6 +26,7 @@ struct inventory void inventory_add(struct inventory *self, struct itemstack stack); bool inventory_remove(struct inventory *self, struct item *item); +struct itemstack *inventory_find(struct inventory *self, struct item *item); extern struct inventory player_inventory; #endif |