1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +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

@@ -19,7 +19,9 @@
#include "../lib/CArtHandler.h"
#include "../lib/CBuildingHandler.h"
#include "../lib/CHeroHandler.h"
#include "../lib/CPathfinder.h"
#include "../lib/pathfinder/CPathfinder.h"
#include "../lib/pathfinder/PathfinderOptions.h"
#include "../lib/pathfinder/TurnInfo.h"
#include "../lib/spells/AbilityCaster.h"
#include "../lib/spells/BonusCaster.h"
#include "../lib/spells/CSpellHandler.h"