summaryrefslogtreecommitdiff
path: root/src/gui/inventory.h
diff options
context:
space:
mode:
authorMateusz Kaduk <mateusz.kaduk@gmail.com>2005-04-10 12:11:49 +0000
committerMateusz Kaduk <mateusz.kaduk@gmail.com>2005-04-10 12:11:49 +0000
commit7eeb04e1a8bf103e3f8717af1e3ec09f58441bd4 (patch)
tree22d584cba391e68058c6a182fad94c8b87b99339 /src/gui/inventory.h
parent74c3b49c1242ef7449fe17198270e1b99b9289e2 (diff)
downloadmana-client-7eeb04e1a8bf103e3f8717af1e3ec09f58441bd4.tar.gz
mana-client-7eeb04e1a8bf103e3f8717af1e3ec09f58441bd4.tar.bz2
mana-client-7eeb04e1a8bf103e3f8717af1e3ec09f58441bd4.tar.xz
mana-client-7eeb04e1a8bf103e3f8717af1e3ec09f58441bd4.zip
Added inventory transparency
Diffstat (limited to 'src/gui/inventory.h')
-rw-r--r--src/gui/inventory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/inventory.h b/src/gui/inventory.h
index ab65c122..f4e814f0 100644
--- a/src/gui/inventory.h
+++ b/src/gui/inventory.h
@@ -30,6 +30,7 @@
#include "itemcontainer.h"
#include "gui.h"
#include "window.h"
+#include "scrollarea.h"
/**
* Inventory dialog.
@@ -93,7 +94,7 @@ class InventoryWindow : public Window, gcn::ActionListener {
private:
gcn::Button *useButton, *dropButton;
- gcn::ScrollArea *invenScroll;
+ ScrollArea *invenScroll;
int useItem(int index, int id);
void updateWidgets();