From 3c8140152bcf72eb1d64b580bb9c1e139bcbe191 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 3 Dec 2015 08:26:09 -0500 Subject: inv. fixes --- include/inventory.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/inventory.h') diff --git a/include/inventory.h b/include/inventory.h index 18ef6c4..1ad46d0 100644 --- a/include/inventory.h +++ b/include/inventory.h @@ -39,8 +39,6 @@ enum ITEM_TYPE{ class Item{ protected: public: - friend class Inventory; - friend unsigned int initInventorySprites(void); ITEM_ID id; // ID of the item char *name; ITEM_TYPE type; // What category the item falls under @@ -89,6 +87,7 @@ public: }; void itemUse(void *p); +void initInventorySprites(void); char *getItemTexturePath(ITEM_ID id); #endif // INVENTORY_H -- cgit v1.2.3