summaryrefslogtreecommitdiff
path: root/src/gui/item_amount.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-08 18:40:48 -0600
committerJared Adams <jaxad0127@gmail.com>2009-03-08 18:40:48 -0600
commit6099a24784843ac2c6eb4036f5c08bba2f9299c3 (patch)
tree7bc6684986ec10d9fa241b98b9a27e511233cc63 /src/gui/item_amount.h
parent989be6b1e7634726f5f49e19d6e7dabad7c793e6 (diff)
downloadmana-6099a24784843ac2c6eb4036f5c08bba2f9299c3.tar.gz
mana-6099a24784843ac2c6eb4036f5c08bba2f9299c3.tar.bz2
mana-6099a24784843ac2c6eb4036f5c08bba2f9299c3.tar.xz
mana-6099a24784843ac2c6eb4036f5c08bba2f9299c3.zip
Add an interface for eAthena's storage system
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 618d7d51..26cca32c 100644
--- a/src/gui/item_amount.h
+++ b/src/gui/item_amount.h
@@ -31,6 +31,8 @@ class Item;
#define AMOUNT_TRADE_ADD 1
#define AMOUNT_ITEM_DROP 2
+#define AMOUNT_STORE_ADD 3
+#define AMOUNT_STORE_REMOVE 4
/**
* Window used for selecting the amount of items to drop or trade.