mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-08 21:50:34 +00:00
Add polish lang support
This commit is contained in:
parent
0f07a323c9
commit
2308321805
10 changed files with 82 additions and 3 deletions
|
@ -44,14 +44,16 @@ enum {
|
|||
enum
|
||||
{
|
||||
FONT_LANGSET_EFIGS,
|
||||
FONT_LANGSET_RUSSIAN
|
||||
FONT_LANGSET_RUSSIAN,
|
||||
FONT_LANGSET_POLISH,
|
||||
LANGSET_MAX
|
||||
};
|
||||
#endif
|
||||
|
||||
class CFont
|
||||
{
|
||||
#ifdef MORE_LANGUAGES
|
||||
static int16 Size[2][MAX_FONTS][193];
|
||||
static int16 Size[LANGSET_MAX][MAX_FONTS][193];
|
||||
static uint8 LanguageSet;
|
||||
static int32 Slot;
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue