diff options
Diffstat (limited to '')
-rw-r--r-- | src/render/Font.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/render/Font.h b/src/render/Font.h index 017aaeea..d6f58692 100644 --- a/src/render/Font.h +++ b/src/render/Font.h @@ -27,6 +27,12 @@ struct CFontDetails class CSprite2d; +enum { + FONTSTYLE_0, + FONTSTYLE_1, + FONTSTYLE_2, +}; + class CFont { static CFontDetails &Details; |