This commit is contained in:
2025-12-14 12:20:05 +03:00
parent 45a37eb413
commit 3d67827704

View File

@@ -30,7 +30,8 @@
// Collision detection // Collision detection
#include "omath/collision/line_tracer.hpp" #include "omath/collision/line_tracer.hpp"
#include "omath/collision/gjk_algorithm.hpp"
#include "omath/collision/epa_algorithm.hpp"
// Pathfinding algorithms // Pathfinding algorithms
#include "omath/pathfinding/a_star.hpp" #include "omath/pathfinding/a_star.hpp"
#include "omath/pathfinding/navigation_mesh.hpp" #include "omath/pathfinding/navigation_mesh.hpp"