1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

revert file name without 2 to make it easier to compare new vs old

This commit is contained in:
Mircea TheHonestCTO
2025-08-13 17:05:30 +02:00
parent ffad6c6a43
commit fec11fc9f5
187 changed files with 515 additions and 515 deletions

View File

@@ -13,16 +13,16 @@
namespace NKAI
{
class Nullkiller2;
class Nullkiller;
class DLL_EXPORT FuzzyHelper
{
private:
const Nullkiller2 * ai;
const Nullkiller * ai;
TacticalAdvantageEngine tacticalAdvantageEngine;
public:
FuzzyHelper(const Nullkiller2 * ai): ai(ai) {}
FuzzyHelper(const Nullkiller * ai): ai(ai) {}
ui64 evaluateDanger(const CGObjectInstance * obj);
ui64 evaluateDanger(const int3 & tile, const CGHeroInstance * visitor, bool checkGuards = true);