Fixed imports the third

This commit is contained in:
x12xx12x 2023-03-20 22:45:35 +01:00
parent acec85152e
commit 70f49861af
No known key found for this signature in database
GPG Key ID: 14A5FAFF1E5BD166
2 changed files with 0 additions and 4 deletions

View File

@ -96,9 +96,6 @@ std::vector<ValueType> MakeVector(Args && ... a_Behaviors)
} // namespace BehaviorTree
// If this header is included, also include the behaviors
#include "Mobs/AI/Behaviours/IncludeAllBehaviours.h"
// This logging is far too noisy to always be on
#ifdef ABC

View File

@ -4,7 +4,6 @@
#include "Globals.h"
#include "Mobs/AI/Behaviours/GuardedTask.h"
#include "Mobs/AI/BehaviorTree.h"
namespace BehaviorTree
{