diff options
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. |