diff options
author | aap <aap@papnet.eu> | 2019-05-31 00:37:14 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-05-31 00:39:25 +0200 |
commit | f50cf32b8719a5cdab9a84395e5a6bbe004f6839 (patch) | |
tree | 7a70a6debe1f6fe56da0776a369963f8855370e7 /src/render/Font.h | |
parent | Merge branch 'master' of github.com:GTAmodding/re3 (diff) | |
download | re3-f50cf32b8719a5cdab9a84395e5a6bbe004f6839.tar re3-f50cf32b8719a5cdab9a84395e5a6bbe004f6839.tar.gz re3-f50cf32b8719a5cdab9a84395e5a6bbe004f6839.tar.bz2 re3-f50cf32b8719a5cdab9a84395e5a6bbe004f6839.tar.lz re3-f50cf32b8719a5cdab9a84395e5a6bbe004f6839.tar.xz re3-f50cf32b8719a5cdab9a84395e5a6bbe004f6839.tar.zst re3-f50cf32b8719a5cdab9a84395e5a6bbe004f6839.zip |
Diffstat (limited to 'src/render/Font.h')
-rw-r--r-- | src/render/Font.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/Font.h b/src/render/Font.h index d6f58692..2e698533 100644 --- a/src/render/Font.h +++ b/src/render/Font.h @@ -28,9 +28,9 @@ struct CFontDetails class CSprite2d; enum { - FONTSTYLE_0, - FONTSTYLE_1, - FONTSTYLE_2, + FONT_BANK, + FONT_PAGER, + FONT_HEADING, }; class CFont |