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

Nullkiller: android fixes

This commit is contained in:
Andrii Danylchenko
2021-05-16 14:45:35 +03:00
committed by Andrii Danylchenko
parent e95ccda5de
commit dec723b4be
7 changed files with 12 additions and 13 deletions

View File

@@ -15,8 +15,8 @@
#include "../Goals/ExecuteHeroChain.h"
#include "CaptureObjectsBehavior.h"
#include "../AIUtility.h"
#include "lib/mapping/CMap.h" //for victory conditions
#include "lib/CPathfinder.h"
#include "../../../lib/mapping/CMap.h" //for victory conditions
#include "../../../lib/CPathfinder.h"
extern boost::thread_specific_ptr<CCallback> cb;
extern boost::thread_specific_ptr<VCAI> ai;