summaryrefslogtreecommitdiff
path: root/include/item.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/item.h')
-rw-r--r--include/item.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/item.h b/include/item.h
index 6e0af31bb..69560a0e5 100644
--- a/include/item.h
+++ b/include/item.h
@@ -77,5 +77,6 @@ u16 GetPcItemQuantity(u16 *);
void ItemPcCompaction(void);
void RemoveItemFromPC(u16 itemId, u16 quantity);
void SortAndCompactBagPocket(struct BagPocket * pocket);
+u8 CountItemsInPC(void);
#endif // GUARD_ITEM_H