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:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user