equal
deleted
inserted
replaced
3 /** @file fontcache.cpp */ |
3 /** @file fontcache.cpp */ |
4 |
4 |
5 #include "stdafx.h" |
5 #include "stdafx.h" |
6 #include "openttd.h" |
6 #include "openttd.h" |
7 #include "debug.h" |
7 #include "debug.h" |
8 #include "table/sprites.h" |
|
9 #include "table/control_codes.h" |
|
10 #include "spritecache.h" |
8 #include "spritecache.h" |
11 #include "fontcache.h" |
9 #include "fontcache.h" |
12 #include "spriteloader/spriteloader.hpp" |
10 #include "spriteloader/spriteloader.hpp" |
13 #include "blitter/factory.hpp" |
11 #include "blitter/factory.hpp" |
14 #include "gfx_func.h" |
12 #include "gfx_func.h" |
15 #include "core/alloc_func.hpp" |
13 #include "core/alloc_func.hpp" |
16 #include "core/math_func.hpp" |
14 #include "core/math_func.hpp" |
17 |
15 |
|
16 #include "table/sprites.h" |
|
17 #include "table/control_codes.h" |
|
18 |
18 #ifdef WITH_FREETYPE |
19 #ifdef WITH_FREETYPE |
19 |
|
20 #include <ft2build.h> |
20 #include <ft2build.h> |
21 #include FT_FREETYPE_H |
21 #include FT_FREETYPE_H |
22 #include FT_GLYPH_H |
22 #include FT_GLYPH_H |
23 |
23 |
24 #ifdef WITH_FONTCONFIG |
24 #ifdef WITH_FONTCONFIG |