mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
Removed excessive pathfinder includes
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
#include "../../Goals/AbstractGoal.h"
|
||||
|
||||
struct AIPathNode;
|
||||
struct PathNodeInfo;
|
||||
struct CDestinationNodeInfo;
|
||||
|
||||
class ISpecialAction
|
||||
{
|
||||
@@ -29,4 +31,4 @@ public:
|
||||
const AIPathNode * srcNode) const
|
||||
{
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user