equal
deleted
inserted
replaced
2 |
2 |
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 "functions.h" |
|
8 #include "debug.h" |
7 #include "debug.h" |
9 #include "table/sprites.h" |
8 #include "table/sprites.h" |
10 #include "table/control_codes.h" |
9 #include "table/control_codes.h" |
11 #include "spritecache.h" |
10 #include "spritecache.h" |
12 #include "string.h" |
11 #include "string.h" |
13 #include "fontcache.h" |
12 #include "fontcache.h" |
14 #include "spriteloader/spriteloader.hpp" |
13 #include "spriteloader/spriteloader.hpp" |
15 #include "blitter/factory.hpp" |
14 #include "blitter/factory.hpp" |
16 #include "gfx_func.h" |
15 #include "gfx_func.h" |
17 #include "core/alloc_func.hpp" |
16 #include "core/alloc_func.hpp" |
|
17 #include "core/math_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 |