summaryrefslogtreecommitdiff
path: root/src/gui/widgets
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2008-10-03 05:37:02 +0000
committerIra Rice <irarice@gmail.com>2008-10-03 05:37:02 +0000
commit0edd8dd17c324ac0c0eec1109e0819e42b916731 (patch)
treee9da27f7ace118cf3f213ca502d910f0596ffa12 /src/gui/widgets
parent7d49605c2828bd544173f57e86e5bcdbe6e6c565 (diff)
downloadmana-client-0edd8dd17c324ac0c0eec1109e0819e42b916731.tar.gz
mana-client-0edd8dd17c324ac0c0eec1109e0819e42b916731.tar.bz2
mana-client-0edd8dd17c324ac0c0eec1109e0819e42b916731.tar.xz
mana-client-0edd8dd17c324ac0c0eec1109e0819e42b916731.zip
Made a new Windows binary, as well as fix some files to make the Windows
build work (although there might be a bit too many guichanfwd.h references. But that's ok. I'm too lazy to track down which ones are necessary and which ones aren't at the moment).
Diffstat (limited to 'src/gui/widgets')
-rw-r--r--src/gui/widgets/dropdown.h1
-rw-r--r--src/gui/widgets/resizegrip.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/widgets/dropdown.h b/src/gui/widgets/dropdown.h
index d0dab7d2..9f6491b7 100644
--- a/src/gui/widgets/dropdown.h
+++ b/src/gui/widgets/dropdown.h
@@ -29,6 +29,7 @@
#include <guichan/widgets/dropdown.hpp>
#include "../scrollarea.h"
#include "../listbox.h"
+#include "../../guichanfwd.h"
class Image;
class ImageRect;
diff --git a/src/gui/widgets/resizegrip.h b/src/gui/widgets/resizegrip.h
index dab720dd..03a9228f 100644
--- a/src/gui/widgets/resizegrip.h
+++ b/src/gui/widgets/resizegrip.h
@@ -26,6 +26,8 @@
#include <guichan/widget.hpp>
+#include "../../guichanfwd.h"
+
class Image;
/**