Compile issues fixed

This commit is contained in:
WiggleWizard
2024-09-15 23:14:23 +01:00
parent baac971deb
commit b23d418f23
4 changed files with 5 additions and 3 deletions

View File

@@ -3,6 +3,8 @@
#include <src/Scene/Entities/ImGuiHelper.h>
#include <src/Scene/Components/NavMeshVolumeComponent.h>
#include "src/AI/NavManager.h"
#include "src/Scene/Components/QuakeMap.h"
#include <src/Core/Maths.h>
#include <src/AI/RecastConfig.h>
@@ -384,4 +386,4 @@ public:
}
EndComponentTable();
}
};
};