From 20948cfe47f1fbeeed04e890c457d83cc826d74d Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Tue, 1 Mar 2016 08:43:11 -0500 Subject: Work on merchants and yer mum --- include/inventory.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/inventory.h b/include/inventory.h index 8225ab2..cf6e480 100644 --- a/include/inventory.h +++ b/include/inventory.h @@ -62,6 +62,7 @@ void initInventorySprites(void); void destroyInventory(void); const char *getItemTexturePath(std::string name); +Texturec *getItemTexture(std::string name); float getItemWidth(std::string name); float getItemHeight(std::string name); -- cgit v1.2.3