summaryrefslogtreecommitdiff
path: root/src/gui/inventorywindow.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-01-12 21:56:26 +0200
committerAndrei Karas <akaras@inbox.ru>2011-01-13 01:07:02 +0200
commiteb201e566677f5ae55d1c443aa4254b99cec9e3e (patch)
treed88bb3a1efb486b276a7c1929986dd223e0ba69d /src/gui/inventorywindow.h
parentbb030b5e646c0cd3fd973a412d0b875049e8e98e (diff)
downloadplus-eb201e566677f5ae55d1c443aa4254b99cec9e3e.tar.gz
plus-eb201e566677f5ae55d1c443aa4254b99cec9e3e.tar.bz2
plus-eb201e566677f5ae55d1c443aa4254b99cec9e3e.tar.xz
plus-eb201e566677f5ae55d1c443aa4254b99cec9e3e.zip
Add inventory sorting.
Diffstat (limited to 'src/gui/inventorywindow.h')
-rw-r--r--src/gui/inventorywindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/inventorywindow.h b/src/gui/inventorywindow.h
index 664a22f4b..bc0fe08c0 100644
--- a/src/gui/inventorywindow.h
+++ b/src/gui/inventorywindow.h
@@ -144,10 +144,11 @@ class InventoryWindow : public Window,
*mSplitButton, *mOutfitButton, *mShopButton,
*mStoreButton, *mRetrieveButton, *mCloseButton;
- gcn::Label *mWeightLabel, *mSlotsLabel, *mFilterLabel;
+ gcn::Label *mWeightLabel, *mSlotsLabel, *mFilterLabel, *mSorterLabel;
ProgressBar *mWeightBar, *mSlotsBar;
InventoryFilter *mFilter;
+ InventoryFilter *mSorter;
bool mSplit;
};