From 974a08bf60b430bce59c0ff5b41cd0876db60a37 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 25 Feb 2012 22:18:53 +0000 Subject: (svn r23992) -Fix: compilation without freetype --- src/fontcache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/fontcache.h b/src/fontcache.h index 32cfdb9b6..d3ee5b1ea 100644 --- a/src/fontcache.h +++ b/src/fontcache.h @@ -66,6 +66,7 @@ bool SetFallbackFont(FreeTypeSettings *settings, const char *language_isocode, i /* Stub for initializiation */ static inline void InitFreeType(bool monospace) { extern void ResetFontSizes(bool monospace); ResetFontSizes(monospace); } static inline void UninitFreeType() {} +static inline void ClearFontCache() {} /** Get the Sprite for a glyph */ static inline const Sprite *GetGlyph(FontSize size, uint32 key) -- cgit v1.2.3-54-g00ecf