summaryrefslogtreecommitdiff
path: root/src/gui/item_amount.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-18 18:06:21 -0600
committerJared Adams <jaxad0127@gmail.com>2009-03-18 18:06:21 -0600
commit87a5e7ff9aab0073a0658b543376622febabc630 (patch)
tree4a6fe05078f4a706ff5a6639900282d7a5fccc71 /src/gui/item_amount.h
parentf64903f3f139ba83e94c6260c39f88b8d31b793b (diff)
downloadmana-client-87a5e7ff9aab0073a0658b543376622febabc630.tar.gz
mana-client-87a5e7ff9aab0073a0658b543376622febabc630.tar.bz2
mana-client-87a5e7ff9aab0073a0658b543376622febabc630.tar.xz
mana-client-87a5e7ff9aab0073a0658b543376622febabc630.zip
Clean up TtemAmount dialog and add an All button
Diffstat (limited to 'src/gui/item_amount.h')
-rw-r--r--src/gui/item_amount.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/item_amount.h b/src/gui/item_amount.h
index 26cca32c..f0534ec8 100644
--- a/src/gui/item_amount.h
+++ b/src/gui/item_amount.h
@@ -61,6 +61,8 @@ class ItemAmountWindow : public Window, public gcn::ActionListener
IntTextField *mItemAmountTextField; /**< Item amount caption. */
Item *mItem;
+ int mMax, mUsage;
+
/**
* Item Amount buttons.
*/