diff options
author | erorcun <erayorcunus@gmail.com> | 2020-01-07 15:23:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-07 15:23:09 +0100 |
commit | f9316d9cc3cfb748366758c41cf02634b6df9a08 (patch) | |
tree | cb7dafc76cb2966ac86d908fd5d99c3b7c164cf0 /src/render/Font.h | |
parent | Merge pull request #285 from Nick007J/script_dev (diff) | |
download | re3-f9316d9cc3cfb748366758c41cf02634b6df9a08.tar re3-f9316d9cc3cfb748366758c41cf02634b6df9a08.tar.gz re3-f9316d9cc3cfb748366758c41cf02634b6df9a08.tar.bz2 re3-f9316d9cc3cfb748366758c41cf02634b6df9a08.tar.lz re3-f9316d9cc3cfb748366758c41cf02634b6df9a08.tar.xz re3-f9316d9cc3cfb748366758c41cf02634b6df9a08.tar.zst re3-f9316d9cc3cfb748366758c41cf02634b6df9a08.zip |
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); |