diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-03-01 08:43:11 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-03-01 08:43:11 -0500 |
commit | 20948cfe47f1fbeeed04e890c457d83cc826d74d (patch) | |
tree | 575a2630767d9496f9581ef1b1947d436f5201d8 /include/inventory.h | |
parent | 883b348abac73d6c2b1d4ea8b65caccf0767e5a8 (diff) |
Work on merchants and yer mum
Diffstat (limited to 'include/inventory.h')
-rw-r--r-- | include/inventory.h | 1 |
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); |