Merge branch 'master' into VC/TextFinish

# Conflicts:
#	src/text/Text.cpp
This commit is contained in:
Sergeanur
2020-10-11 10:34:47 +03:00
7 changed files with 35 additions and 31 deletions

View File

@ -11,6 +11,7 @@
#include "Clock.h"
#include "Date.h"
#include "FileMgr.h"
#include "Font.h"
#include "Frontend.h"
#include "GameLogic.h"
#include "Gangs.h"

View File

@ -3,6 +3,7 @@
#include "crossplatform.h"
#include "FileMgr.h"
#include "Font.h"
#ifdef MORE_LANGUAGES
#include "Game.h"
#endif