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

AI goals refactoring (#524)

This commit is contained in:
Andrii Danylchenko
2018-12-01 10:30:37 +02:00
committed by ArseniyShestakov
parent 2c1f3dd742
commit e1b922f7b8
62 changed files with 3236 additions and 2380 deletions

View File

@@ -1,5 +1,5 @@
/*
* AIhelper.h, part of VCMI engine
* AIPathfinderConfig.cpp, part of VCMI engine
*
* Authors: listed in file AUTHORS in main folder
*
@@ -9,6 +9,7 @@
*/
#include "StdInc.h"
#include "AIPathfinderConfig.h"
#include "../Goals/Goals.h"
#include "../../../CCallback.h"
#include "../../../lib/mapping/CMap.h"
#include "../../../lib/mapObjects/MapObjects.h"