summaryrefslogtreecommitdiff
path: root/src/gui/itempopup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/itempopup.h')
-rw-r--r--src/gui/itempopup.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/itempopup.h b/src/gui/itempopup.h
index 0c729231..3c8f575d 100644
--- a/src/gui/itempopup.h
+++ b/src/gui/itempopup.h
@@ -27,6 +27,7 @@
#include "textbox.h"
#include "window.h"
+#include "../guichanfwd.h"
#include "../item.h"
class ItemPopup : public Window
@@ -46,6 +47,8 @@ class ItemPopup : public Window
ScrollArea *mItemDescScroll;
ScrollArea *mItemEffectScroll;
ScrollArea *mItemWeightScroll;
+
+ gcn::Color getColor(const std::string& type);
};
#endif // ITEMPOPUP_H__