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

@@ -11,7 +11,7 @@
#include "FuzzyHelper.h"
#include "../../lib/mapObjects/CommonConstructors.h"
#include "Goals.h"
#include "Goals/Goals.h"
#include "VCAI.h"
FuzzyHelper * fh;