1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

adjust project for Android (except AI)

This commit is contained in:
Andrey Filipenkov
2023-02-25 10:15:09 +03:00
parent 5ba3a9a5fa
commit 970bd6ed34
16 changed files with 127 additions and 44 deletions

View File

@ -348,7 +348,7 @@ EConsoleTextColor::EConsoleTextColor CColorMapping::getColorFor(const CLoggerDom
}
CLogConsoleTarget::CLogConsoleTarget(CConsoleHandler * console) :
#ifndef VCMI_IOS
#if !defined(VCMI_IOS) && !defined(VCMI_ANDROID)
console(console),
#endif
threshold(ELogLevel::INFO), coloredOutputEnabled(true)