added CText

This commit is contained in:
aap
2019-05-30 23:00:00 +02:00
parent 188aab4196
commit 2bf6674afc
6 changed files with 260 additions and 1 deletions

View File

@@ -2,6 +2,14 @@
#include "Sprite2d.h"
enum {
LANGUAGE_AMERICAN,
LANGUAGE_FRENCH,
LANGUAGE_GERMAN,
LANGUAGE_ITALIAN,
LANGUAGE_SPANISH,
};
struct tSkinInfo
{
int field_0;
@@ -11,7 +19,6 @@ struct tSkinInfo
int field_304;
};
class CMenuManager
{
public:
@@ -77,6 +84,7 @@ public:
int m_nScreenChangeDelayTimer;
static int &m_PrefsBrightness;
static int &m_PrefsLanguage;
void DrawFrontEnd(void);
};