Merge pull request #112 from orange-cpp/feature/test

fix
This commit is contained in:
2025-12-14 12:31:45 +03:00
committed by GitHub

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"