From 8201df7bb6b7c5174b86599bcb3aa3130db30bf8 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Fri, 1 Jul 2011 21:10:25 +0200 Subject: GRAPHICS: Move NewFont code to a separate file. --- graphics/fontman.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'graphics/fontman.cpp') diff --git a/graphics/fontman.cpp b/graphics/fontman.cpp index d1da550747..e59e5a33c5 100644 --- a/graphics/fontman.cpp +++ b/graphics/fontman.cpp @@ -19,8 +19,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "graphics/font.h" #include "graphics/fontman.h" +#include "graphics/font.h" +#include "graphics/fonts/bdf.h" + #include "common/translation.h" namespace Common { -- cgit v1.2.3