aboutsummaryrefslogtreecommitdiffstats
path: root/include/inventory.h
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-01-20 08:42:46 -0500
committerClyne Sullivan <tullivan99@gmail.com>2016-01-20 08:42:46 -0500
commit1e6676c35ce4990981e8cda389ba39108437d66d (patch)
treec1605794e8fa3d2e3dc9e29a91b0acaded59c8be /include/inventory.h
parent1eced16d75322832617a1b42ec94580a9713e8f0 (diff)
WIP save/load
Diffstat (limited to 'include/inventory.h')
-rw-r--r--include/inventory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/inventory.h b/include/inventory.h
index b035f91..a08954a 100644
--- a/include/inventory.h
+++ b/include/inventory.h
@@ -106,8 +106,9 @@ public:
}
};
-void itemUse(void *p);
void initInventorySprites(void);
+void destroyInventory(void);
+
char *getItemTexturePath(ITEM_ID id);
int getItemWidth(ITEM_ID);
int getItemHeight(ITEM_ID);