summaryrefslogtreecommitdiffstats
path: root/src/render/Font.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2020-12-02 12:35:06 +0100
committerGitHub <noreply@github.com>2020-12-02 12:35:06 +0100
commit774aa1570fc4985b1a713b5979ffe16719a991c0 (patch)
treecd49718c4ab2a9f3c899b7e6627055faa4b14406 /src/render/Font.h
parentcam lod dist fix (diff)
parentPlayerPed and "Redefine controls" menu done, fixes (diff)
downloadre3-774aa1570fc4985b1a713b5979ffe16719a991c0.tar
re3-774aa1570fc4985b1a713b5979ffe16719a991c0.tar.gz
re3-774aa1570fc4985b1a713b5979ffe16719a991c0.tar.bz2
re3-774aa1570fc4985b1a713b5979ffe16719a991c0.tar.lz
re3-774aa1570fc4985b1a713b5979ffe16719a991c0.tar.xz
re3-774aa1570fc4985b1a713b5979ffe16719a991c0.tar.zst
re3-774aa1570fc4985b1a713b5979ffe16719a991c0.zip
Diffstat (limited to 'src/render/Font.h')
-rw-r--r--src/render/Font.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/Font.h b/src/render/Font.h
index 47a39f73..8942bcc6 100644
--- a/src/render/Font.h
+++ b/src/render/Font.h
@@ -200,6 +200,7 @@ public:
static void SetColor(CRGBA col);
static void SetDropColor(CRGBA col);
static wchar FindNewCharacter(wchar c);
+ static void FilterOutTokensFromString(wchar*);
#ifdef MORE_LANGUAGES
static void ReloadFonts(uint8 set);