1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

fix single process build for Android

This commit is contained in:
Andrey Filipenkov
2023-02-26 12:18:24 +03:00
parent 71d51beab2
commit c4e7e91850
10 changed files with 58 additions and 33 deletions

View File

@@ -13,6 +13,8 @@
#ifdef VCMI_ANDROID
#include <android/log.h>
VCMI_LIB_NAMESPACE_BEGIN
namespace ELogLevel
{
int toAndroid(ELogLevel logLevel)
@@ -30,6 +32,8 @@ namespace ELogLevel
return ANDROID_LOG_UNKNOWN;
}
}
VCMI_LIB_NAMESPACE_END
#elif defined(VCMI_IOS)
#import "iOS_utils.h"
extern "C" {