GRAPHICS: Move NewFont code to a separate file.

This commit is contained in:
Johannes Schickel 2011-07-01 21:10:25 +02:00
parent 12c94f749d
commit 8201df7bb6
11 changed files with 900 additions and 833 deletions

View file

@ -33,6 +33,7 @@
#include "graphics/imagedec.h"
#include "graphics/surface.h"
#include "graphics/VectorRenderer.h"
#include "graphics/fonts/bdf.h"
#include "gui/widget.h"
#include "gui/ThemeEngine.h"