(svn r25436) -Codechange: split the font detection code out of the font caching code

This commit is contained in:
rubidium
2013-06-23 15:20:23 +00:00
parent 930c19dae2
commit 13c450a66b
10 changed files with 846 additions and 771 deletions

View File

@@ -20,7 +20,7 @@
#include "newgrf_text.h"
#include "fileio_func.h"
#include "signs_base.h"
#include "fontcache.h"
#include "fontdetection.h"
#include "error.h"
#include "strings_func.h"
#include "rev.h"