From 8f0e68285b4eadd1780280d7e36b00ff80c20f67 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 22 Dec 2007 23:30:28 +0000 Subject: (svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type. --- src/fontcache.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/fontcache.h') diff --git a/src/fontcache.h b/src/fontcache.h index b8f450cad..d5f283840 100644 --- a/src/fontcache.h +++ b/src/fontcache.h @@ -3,6 +3,8 @@ #ifndef FONTCACHE_H #define FONTCACHE_H +#include "gfx.h" + /** Get the SpriteID mapped to the given font size and key */ SpriteID GetUnicodeGlyph(FontSize size, uint32 key); -- cgit v1.2.3-54-g00ecf