fix(ci): Add all missing override keywords in BotSpawner.h and fix test include path
- BotSpawner.h: Add override to all IBotSpawner interface methods - ActionPriorityQueue_tests.cpp: Fix include path to use CMake include dirs Signed-off-by: luis <[email protected]>
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
*/
|
||||
|
||||
#include "tc_catch2.h"
|
||||
#include "modules/Playerbot/AI/Decision/ActionPriorityQueue.h"
|
||||
#include "modules/Playerbot/AI/Decision/DecisionFusionSystem.h"
|
||||
#include "AI/Decision/ActionPriorityQueue.h"
|
||||
#include "AI/Decision/DecisionFusionSystem.h"
|
||||
|
||||
using namespace bot::ai;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user