equal
deleted
inserted
replaced
13 #include "gfx.h" |
13 #include "gfx.h" |
14 #include "string.h" |
14 #include "string.h" |
15 #include "fontcache.h" |
15 #include "fontcache.h" |
16 #include "helpers.hpp" |
16 #include "helpers.hpp" |
17 #include "spriteloader/spriteloader.hpp" |
17 #include "spriteloader/spriteloader.hpp" |
18 #include "blitter/blitter.hpp" |
18 #include "blitter/factory.hpp" |
19 |
19 |
20 #ifdef WITH_FREETYPE |
20 #ifdef WITH_FREETYPE |
21 |
21 |
22 #include <ft2build.h> |
22 #include <ft2build.h> |
23 #include FT_FREETYPE_H |
23 #include FT_FREETYPE_H |