diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-01-14 16:09:15 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-01-14 16:09:15 +0000 |
commit | 97e47610b2ca88398b8f9c249cb008678f5ab1e1 (patch) | |
tree | 256b3390667972a55c87a85edff349558e716f4a /src/graphic/graphic.h | |
parent | b7170d13fd71fb624c06c4536974a7cd3f77591b (diff) | |
download | mana-97e47610b2ca88398b8f9c249cb008678f5ab1e1.tar.gz mana-97e47610b2ca88398b8f9c249cb008678f5ab1e1.tar.bz2 mana-97e47610b2ca88398b8f9c249cb008678f5ab1e1.tar.xz mana-97e47610b2ca88398b8f9c249cb008678f5ab1e1.zip |
Some fixes for Dev-C++ but it has a black screen problem.
Diffstat (limited to 'src/graphic/graphic.h')
-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 063410cf..f9a5b4e7 100644 --- a/src/graphic/graphic.h +++ b/src/graphic/graphic.h @@ -40,7 +40,7 @@ #include "../gui/npc.h" #include "../gui/status.h" #include "../resources/resourcemanager.h" -#include "image.h" +#include "spriteset.h" #include <allegro.h> #define TILE_SIZE 32 |