equal
deleted
inserted
replaced
9 #include "table/sprites.h" |
9 #include "table/sprites.h" |
10 #include "table/control_codes.h" |
10 #include "table/control_codes.h" |
11 #include "spritecache.h" |
11 #include "spritecache.h" |
12 #include "string.h" |
12 #include "string.h" |
13 #include "fontcache.h" |
13 #include "fontcache.h" |
14 #include "helpers.hpp" |
|
15 #include "spriteloader/spriteloader.hpp" |
14 #include "spriteloader/spriteloader.hpp" |
16 #include "blitter/factory.hpp" |
15 #include "blitter/factory.hpp" |
17 #include "gfx_func.h" |
16 #include "gfx_func.h" |
|
17 #include "core/alloc_func.hpp" |
18 |
18 |
19 #ifdef WITH_FREETYPE |
19 #ifdef WITH_FREETYPE |
20 |
20 |
21 #include <ft2build.h> |
21 #include <ft2build.h> |
22 #include FT_FREETYPE_H |
22 #include FT_FREETYPE_H |