diff --git a/src/fontcache.h b/src/fontcache.h index 32cfdb9b6b..d3ee5b1eac 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)