aboutsummaryrefslogtreecommitdiffstats
path: root/include/inventory.h
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-03-01 08:43:11 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-03-01 08:43:11 -0500
commit20948cfe47f1fbeeed04e890c457d83cc826d74d (patch)
tree575a2630767d9496f9581ef1b1947d436f5201d8 /include/inventory.h
parent883b348abac73d6c2b1d4ea8b65caccf0767e5a8 (diff)
Work on merchants and yer mum
Diffstat (limited to 'include/inventory.h')
-rw-r--r--include/inventory.h1
1 files changed, 1 insertions, 0 deletions
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);