diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-13 16:23:14 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-13 16:23:14 +0000 |
commit | 7f6f4dfebc463916a8cb82e8abebdecd2ed6e38b (patch) | |
tree | 3b875cf008e544e5effcc7edc66bc58d2c68e164 /src/graphic | |
parent | d32386353d28093a5d03ad99f161f8133d73e056 (diff) | |
download | mana-7f6f4dfebc463916a8cb82e8abebdecd2ed6e38b.tar.gz mana-7f6f4dfebc463916a8cb82e8abebdecd2ed6e38b.tar.bz2 mana-7f6f4dfebc463916a8cb82e8abebdecd2ed6e38b.tar.xz mana-7f6f4dfebc463916a8cb82e8abebdecd2ed6e38b.zip |
Whee, moving headers around! Also provided makefile.mgw for compiling with MinGW+MSYS.
Diffstat (limited to 'src/graphic')
-rw-r--r-- | src/graphic/graphic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphic/graphic.h b/src/graphic/graphic.h index 4ab0aa32..4c68f933 100644 --- a/src/graphic/graphic.h +++ b/src/graphic/graphic.h @@ -28,7 +28,6 @@ #pragma warning (disable:4312) #endif -#include <allegro.h> #include "../game.h" #include "../map.h" #include "../being.h" @@ -40,6 +39,7 @@ #include "../gui/npc.h" #include "../../data/graphic/gfx_data.h" #include "image.h" +#include <allegro.h> extern BITMAP *buffer, *double_buffer; extern char speech[255]; |