From 3d6782770493145ebf44d03a23cf75858ab012cb Mon Sep 17 00:00:00 2001 From: Orange Date: Sun, 14 Dec 2025 12:20:05 +0300 Subject: [PATCH] fix --- include/omath/omath.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/omath/omath.hpp b/include/omath/omath.hpp index 76242d9..a9615f9 100644 --- a/include/omath/omath.hpp +++ b/include/omath/omath.hpp @@ -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"