summaryrefslogtreecommitdiff
path: root/src/gui/inventory.h
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2005-05-05 19:31:29 +0000
committerYohann Ferreira <bertram@cegetel.net>2005-05-05 19:31:29 +0000
commit57ce7b92a3c7783d609338131a0a5a4fd967b32b (patch)
tree631efb89de30e130d1d40f8736c08dfcb722cb91 /src/gui/inventory.h
parent643ca6af30a18f2fedeb147614d7cc1109dd4829 (diff)
downloadmana-client-57ce7b92a3c7783d609338131a0a5a4fd967b32b.tar.gz
mana-client-57ce7b92a3c7783d609338131a0a5a4fd967b32b.tar.bz2
mana-client-57ce7b92a3c7783d609338131a0a5a4fd967b32b.tar.xz
mana-client-57ce7b92a3c7783d609338131a0a5a4fd967b32b.zip
Inventory will now show Active Item Name and Description.
Diffstat (limited to 'src/gui/inventory.h')
-rw-r--r--src/gui/inventory.h3
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