diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-20 19:02:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-20 19:02:40 +0300 |
commit | 2b0936e4eafee4da5e2ff3c0a7b7fd0df8a9f5c4 (patch) | |
tree | 2f6157ee1268ea2ea978e8949126ef010ff682ff /src/gui/windows/inventorywindow.h | |
parent | d7f5bf6c2ad9fdcf2308b1c9d3a70e0f17b30adf (diff) | |
download | plus-2b0936e4eafee4da5e2ff3c0a7b7fd0df8a9f5c4.tar.gz plus-2b0936e4eafee4da5e2ff3c0a7b7fd0df8a9f5c4.tar.bz2 plus-2b0936e4eafee4da5e2ff3c0a7b7fd0df8a9f5c4.tar.xz plus-2b0936e4eafee4da5e2ff3c0a7b7fd0df8a9f5c4.zip |
Add ability for insert cards into items by dragging.
Diffstat (limited to 'src/gui/windows/inventorywindow.h')
-rw-r--r-- | src/gui/windows/inventorywindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/windows/inventorywindow.h b/src/gui/windows/inventorywindow.h index 790593b6f..a579373e3 100644 --- a/src/gui/windows/inventorywindow.h +++ b/src/gui/windows/inventorywindow.h @@ -156,6 +156,9 @@ class InventoryWindow final : public Window, const int oldVal, const int newVal) override final; + void combineItems(const int index1, + const int index2); + static bool isAnyInputFocused(); static InventoryWindow *getFirstVisible(); |