From 64095683341fc05bf48fdda2f0176c6008c1154e Mon Sep 17 00:00:00 2001 From: Orange Date: Thu, 25 Sep 2025 21:59:59 +0300 Subject: [PATCH] added plane header --- include/omath/omath.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/omath/omath.hpp b/include/omath/omath.hpp index f96bfe7..474f927 100644 --- a/include/omath/omath.hpp +++ b/include/omath/omath.hpp @@ -26,6 +26,7 @@ // 3D primitives #include "omath/3d_primitives/box.hpp" +#include "omath/3d_primitives/plane.hpp" // Collision detection #include "omath/collision/line_tracer.hpp"