diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-03-04 08:42:00 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-03-04 08:42:00 -0500 |
commit | 30dd8efe8d71648bea7604ebee5afc4d55b25a6b (patch) | |
tree | 73cf4dbaa2be340597f6fac7fd7a1cedae9cbdea /include/inventory.h | |
parent | 6af8dcbaa41a7db52ff8f6074d2b113ec7eaf12d (diff) |
You can buy sausages from meme
Diffstat (limited to 'include/inventory.h')
-rw-r--r-- | include/inventory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inventory.h b/include/inventory.h index cf6e480..69cf073 100644 --- a/include/inventory.h +++ b/include/inventory.h @@ -62,7 +62,7 @@ void initInventorySprites(void); void destroyInventory(void); const char *getItemTexturePath(std::string name); -Texturec *getItemTexture(std::string name); +GLuint getItemTexture(std::string name); float getItemWidth(std::string name); float getItemHeight(std::string name); |