1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +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

@@ -57,7 +57,7 @@
#include <SDL_syswm.h>
#endif
#ifdef VCMI_ANDROID
#include "lib/CAndroidVMHelper.h"
#include "../lib/CAndroidVMHelper.h"
#endif
#include "CMT.h"
@@ -580,7 +580,7 @@ void playIntro()
}
}
#ifndef VCMI_IOS
#if !defined(VCMI_IOS) && !defined(VCMI_ANDROID)
static bool checkVideoMode(int monitorIndex, int w, int h)
{
//we only check that our desired window size fits on screen