From f9316d9cc3cfb748366758c41cf02634b6df9a08 Mon Sep 17 00:00:00 2001 From: erorcun Date: Tue, 7 Jan 2020 17:23:09 +0300 Subject: CPlayerPed & CMenuManager (#286) Make Frontend great again! --- src/render/Font.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/render/Font.h') diff --git a/src/render/Font.h b/src/render/Font.h index 11c0f8ec..132ad168 100644 --- a/src/render/Font.h +++ b/src/render/Font.h @@ -41,11 +41,12 @@ enum { class CFont { - static CFontDetails &Details; static int16 Size[3][193]; static int16 static CSprite2d *Sprite; //[3] public: + static CFontDetails& Details; + static void Initialise(void); static void Shutdown(void); static void InitPerFrame(void); -- cgit v1.2.3