1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-23 00:28:08 +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

@ -11,9 +11,9 @@
#include "PlayerLocalState.h"
#include "../CCallback.h"
#include "../lib/CPathfinder.h"
#include "../lib/mapObjects/CGHeroInstance.h"
#include "../lib/mapObjects/CGTownInstance.h"
#include "../lib/pathfinder/CGPathNode.h"
#include "CPlayerInterface.h"
#include "adventureMap/AdventureMapInterface.h"