diff options
Diffstat (limited to '')
-rw-r--r-- | src/render/Font.h | 3 |
1 files changed, 2 insertions, 1 deletions
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); |