From 91e2b427efa3cdf2dedb9a79624e9897a1d5c191 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Sun, 7 Jun 2020 05:12:01 +0300 Subject: more font stuff --- src/render/Font.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/render/Font.h') diff --git a/src/render/Font.h b/src/render/Font.h index e08d800c..f4c63c21 100644 --- a/src/render/Font.h +++ b/src/render/Font.h @@ -121,9 +121,10 @@ public: #endif static uint16 *GetNextSpace(wchar *s); #ifdef MORE_LANGUAGES - static uint16 *ParseToken(wchar *s, wchar*, bool japShit = false); + static uint16 *ParseToken(wchar *s, bool japShit = false); #else - static uint16 *ParseToken(wchar *s, wchar*); + static uint16 *ParseToken(wchar *s); + static uint16* ParseToken(wchar *s, CRGBA &color, bool &flash, bool &bold); #endif static void DrawFonts(void); static void RenderFontBuffer(void); -- cgit v1.2.3