diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-18 14:20:14 -0600 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-03-18 19:55:11 -0600 |
commit | 6f0d88e781c8b1a75858c769b3641aa8cd477314 (patch) | |
tree | 98891d219272074e437cd58087a7aaafc463c40a /src/gui/storagewindow.h | |
parent | 74fa304602e0e7ad845e606db8868b32f1d10864 (diff) | |
download | mana-client-6f0d88e781c8b1a75858c769b3641aa8cd477314.tar.gz mana-client-6f0d88e781c8b1a75858c769b3641aa8cd477314.tar.bz2 mana-client-6f0d88e781c8b1a75858c769b3641aa8cd477314.tar.xz mana-client-6f0d88e781c8b1a75858c769b3641aa8cd477314.zip |
Fix up the NPC interraction widnows a bit
Diffstat (limited to 'src/gui/storagewindow.h')
-rw-r--r-- | src/gui/storagewindow.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/storagewindow.h b/src/gui/storagewindow.h index 86451bfe..8f02a618 100644 --- a/src/gui/storagewindow.h +++ b/src/gui/storagewindow.h @@ -80,6 +80,10 @@ class StorageWindow : public Window, gcn::ActionListener, gcn::SelectionListener */ void removeStore(Item* item, int ammount); + /** + * Closes the Storage Window, as well as telling the server that the + * window has been closed. + */ void close(); private: |