This commit is contained in:
2025-12-14 12:20:05 +03:00
parent 712a0a7045
commit f2f7c269bc

View File

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