diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2015-12-04 08:49:02 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2015-12-04 08:49:02 -0500 |
commit | 4c6895ba1445a040f65affea6f29ab66011960db (patch) | |
tree | c7d7d753a8361cc09da0292f03a4f6e72cd57e5d /include | |
parent | 92cd5d10c536c92e4ece15a526f124c9f3805084 (diff) |
inv stuff
Diffstat (limited to 'include')
-rw-r--r-- | include/inventory.h | 2 | ||||
-rw-r--r-- | include/ui.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/include/inventory.h b/include/inventory.h index 33a113c..5f05f3a 100644 --- a/include/inventory.h +++ b/include/inventory.h @@ -91,5 +91,7 @@ public: void itemUse(void *p); void initInventorySprites(void); char *getItemTexturePath(ITEM_ID id); +int getItemWidth(ITEM_ID); +int getItemHeight(ITEM_ID); #endif // INVENTORY_H diff --git a/include/ui.h b/include/ui.h index 4d30b9b..f2c0114 100644 --- a/include/ui.h +++ b/include/ui.h @@ -27,6 +27,7 @@ namespace ui { extern unsigned int fontSize; extern bool dialogBoxExists; extern unsigned char dialogOptChosen; + extern bool edown; /* * Initializes the FreeType system. |