1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Nullkiller: remove AIhelper + refactoring

This commit is contained in:
Andrii Danylchenko
2020-05-04 18:58:43 +03:00
committed by Andrii Danylchenko
parent f832a8b3cd
commit 1806dd8447
67 changed files with 598 additions and 1721 deletions

View File

@@ -10,15 +10,12 @@
#include "StdInc.h"
#include "BuildBoat.h"
#include "../VCAI.h"
#include "../FuzzyHelper.h"
#include "../AIhelper.h"
#include "../../../lib/mapping/CMap.h" //for victory conditions
#include "../../../lib/CPathfinder.h"
#include "../Behaviors/CaptureObjectsBehavior.h"
extern boost::thread_specific_ptr<CCallback> cb;
extern boost::thread_specific_ptr<VCAI> ai;
extern FuzzyHelper * fh;
using namespace Goals;