1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Fix build

This commit is contained in:
Ivan Savenko
2025-05-11 18:41:14 +03:00
parent 2c17c2d5b7
commit 1f15a7faa4
6 changed files with 2 additions and 10 deletions

View File

@@ -17,7 +17,6 @@
#include "../../lib/callback/CCallback.h"
class VCAI;
class CCallback;
struct creInfo;
using crint3 = const int3 &;

View File

@@ -16,7 +16,6 @@
struct HeroPtr;
class VCAI;
class FuzzyHelper;
class CCallback;
namespace Goals
{

View File

@@ -18,8 +18,6 @@
#include "../Goals/AbstractGoal.h"
#include "Actions/ISpecialAction.h"
class CCallback;
struct AIPathNode : public CGPathNode
{
uint32_t chainMask;