From 454276f940c9a2079403c18126ed61f3e95694c1 Mon Sep 17 00:00:00 2001 From: aap Date: Fri, 31 May 2019 00:32:50 +0200 Subject: added CCredits --- src/render/Font.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/render/Font.h') 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; -- cgit v1.2.3