1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-17 00:07:41 +02:00

Merge pull request #1005 from kambala-decapitator/ios-min-12

raise iOS deployment target to 12.0
This commit is contained in:
Andrii Danylchenko
2022-09-29 19:57:04 +03:00
committed by GitHub
7 changed files with 20 additions and 4 deletions

View File

@ -84,8 +84,6 @@
using namespace CSDL_Ext;
void processCommand(const std::string &message, CClient *&client);
extern std::queue<SDL_Event> SDLEventsQueue;
extern boost::mutex eventsM;
boost::recursive_mutex * CPlayerInterface::pim = new boost::recursive_mutex;