summaryrefslogtreecommitdiff
path: root/src/gui/setup.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-13 16:23:14 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-13 16:23:14 +0000
commit7f6f4dfebc463916a8cb82e8abebdecd2ed6e38b (patch)
tree3b875cf008e544e5effcc7edc66bc58d2c68e164 /src/gui/setup.h
parentd32386353d28093a5d03ad99f161f8133d73e056 (diff)
downloadmana-client-7f6f4dfebc463916a8cb82e8abebdecd2ed6e38b.tar.gz
mana-client-7f6f4dfebc463916a8cb82e8abebdecd2ed6e38b.tar.bz2
mana-client-7f6f4dfebc463916a8cb82e8abebdecd2ed6e38b.tar.xz
mana-client-7f6f4dfebc463916a8cb82e8abebdecd2ed6e38b.zip
Whee, moving headers around! Also provided makefile.mgw for compiling with MinGW+MSYS.
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r--src/gui/setup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h
index 5c92f136..bb211997 100644
--- a/src/gui/setup.h
+++ b/src/gui/setup.h
@@ -6,12 +6,12 @@
#ifndef tmw_included_setup_h
#define tmw_included_setup_h
+#include "gui.h"
+#include "../graphic/graphic.h"
#include <allegro.h>
#ifdef WIN32
#include <winalleg.h>
#endif
-#include "gui.h"
-#include "../graphic/graphic.h"
class Setup {
public: