1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Split pathfinder into multiple smaller files

This commit is contained in:
Ivan Savenko
2023-06-21 13:46:09 +03:00
parent 87fcfa4add
commit bd4d2788ed
47 changed files with 2362 additions and 2076 deletions

View File

@@ -16,7 +16,9 @@
#include "../../../CCallback.h"
#include "../../../lib/mapping/CMap.h"
#include "../../../lib/mapObjects/MapObjects.h"
#include "../../../lib/PathfinderUtil.h"
#include "../../../lib/pathfinder/CPathfinder.h"
#include "../../../lib/pathfinder/PathfinderUtil.h"
#include "../../../lib/pathfinder/PathfinderOptions.h"
#include "../../../lib/CPlayerState.h"
namespace NKAI