added CCredits

This commit is contained in:
aap
2019-05-31 00:32:50 +02:00
parent 2bf6674afc
commit 454276f940
4 changed files with 529 additions and 0 deletions

View File

@@ -27,6 +27,12 @@ struct CFontDetails
class CSprite2d;
enum {
FONTSTYLE_0,
FONTSTYLE_1,
FONTSTYLE_2,
};
class CFont
{
static CFontDetails &Details;