]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Inventory.h
implemented inventory item swapping
[l2e.git] / src / common / Inventory.h
index f80368c5ca6c1666b8ba2c9f9405ec17117d585c..db6c7052e7d908c6b38339efd6d0b3c8a6d9330b 100644 (file)
@@ -29,6 +29,7 @@ public:
        int ItemCountAt(int offset) const { return entries[offset].count; }
 
        void Sort();
+       void SwapEntriesAt(int lhs, int rhs);
 
 private:
        struct Entry {