diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-01-12 21:56:26 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-01-13 01:07:02 +0200 |
commit | eb201e566677f5ae55d1c443aa4254b99cec9e3e (patch) | |
tree | d88bb3a1efb486b276a7c1929986dd223e0ba69d /src/gui/inventorywindow.h | |
parent | bb030b5e646c0cd3fd973a412d0b875049e8e98e (diff) | |
download | plus-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.h | 3 |
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; }; |