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

Nullkiller: rename VCAI to AIGateway

This commit is contained in:
Andrii Danylchenko
2021-05-16 15:39:38 +03:00
committed by Andrii Danylchenko
parent 87a8c776c9
commit b4241670ba
94 changed files with 1315 additions and 1276 deletions

View File

@@ -9,7 +9,7 @@
*/
#include "StdInc.h"
#include "../../VCAI.h"
#include "../../AIGateway.h"
#include "../../Goals/AdventureSpellCast.h"
#include "../../Goals/CaptureObject.h"
#include "../../Goals/BuildBoat.h"
@@ -18,7 +18,7 @@
#include "BoatActions.h"
extern boost::thread_specific_ptr<CCallback> cb;
extern boost::thread_specific_ptr<VCAI> ai;
extern boost::thread_specific_ptr<AIGateway> ai;
namespace AIPathfinding
{