diff options
Diffstat (limited to 'src/gui/inventory.h')
-rw-r--r-- | src/gui/inventory.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/inventory.h b/src/gui/inventory.h index 89262d52..257c64ea 100644 --- a/src/gui/inventory.h +++ b/src/gui/inventory.h @@ -99,6 +99,9 @@ class InventoryWindow : public Window, gcn::ActionListener { int useItem(int index, int id); void updateWidgets(); + gcn::Label *itemNameLabel; + gcn::Label *itemDescriptionLabel; + }; #endif |