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

cloned Nullkiller into Nullkiller2

This commit is contained in:
Mircea TheHonestCTO
2025-08-13 14:41:15 +02:00
parent a6df82c616
commit ffad6c6a43
249 changed files with 23306 additions and 377 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include "Engine/Nullkiller.h"
#include "Engine/Nullkiller2.h"
namespace NKAI
{
@@ -26,7 +26,7 @@ void pforeachTilePos(const int3 & mapSize, TFunc fn)
}
template<typename TFunc>
void pforeachTilePaths(const int3 & mapSize, const Nullkiller * ai, TFunc fn)
void pforeachTilePaths(const int3 & mapSize, const Nullkiller2 * ai, TFunc fn)
{
for(int z = 0; z < mapSize.z; ++z)
{