diff options
author | Blue Sans Douze <bluesansdouze@gmail.com> | 2010-01-14 21:55:56 +0100 |
---|---|---|
committer | Blue Sans Douze <bluesansdouze@gmail.com> | 2010-01-14 21:55:56 +0100 |
commit | c5e241b276bcbf725309360edc2bdf033f49e98e (patch) | |
tree | b697f3565d2b0c22c919b7d2ad65a7db4c07ccf5 /src/gui/inventorywindow.h | |
parent | 938e215a848a65281be0fc5cda10dd0872c846a4 (diff) | |
download | mana-client-c5e241b276bcbf725309360edc2bdf033f49e98e.tar.gz mana-client-c5e241b276bcbf725309360edc2bdf033f49e98e.tar.bz2 mana-client-c5e241b276bcbf725309360edc2bdf033f49e98e.tar.xz mana-client-c5e241b276bcbf725309360edc2bdf033f49e98e.zip |
Auto-store feature
Autostore is a feature that allow you a fast store-retreive by pressing
emote key and clicking on the object you want to move. All the stack will be
moved that way.
Diffstat (limited to 'src/gui/inventorywindow.h')
-rw-r--r-- | src/gui/inventorywindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/inventorywindow.h b/src/gui/inventorywindow.h index 5117c23f..3a13035c 100644 --- a/src/gui/inventorywindow.h +++ b/src/gui/inventorywindow.h @@ -24,6 +24,7 @@ #include "inventory.h" +#include "gui/storagewindow.h" #include "gui/widgets/window.h" #include "net/inventoryhandler.h" |