From 91a96fb97ab26979065881b6ea9e4827d08c8e2b Mon Sep 17 00:00:00 2001 From: Orange Date: Tue, 27 Jan 2026 00:51:17 +0300 Subject: [PATCH] dropped uselss cpp files --- include/omath/engines/unity_engine/camera.hpp | 2 +- source/3d_primitives/box.cpp | 9 --------- source/3d_primitives/plane.cpp | 9 --------- 3 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 source/3d_primitives/box.cpp delete mode 100644 source/3d_primitives/plane.cpp diff --git a/include/omath/engines/unity_engine/camera.hpp b/include/omath/engines/unity_engine/camera.hpp index 642290a..bc3d6d2 100644 --- a/include/omath/engines/unity_engine/camera.hpp +++ b/include/omath/engines/unity_engine/camera.hpp @@ -9,5 +9,5 @@ namespace omath::unity_engine { - using Camera = projection::Camera; + using Camera = projection::Camera; } // namespace omath::unity_engine \ No newline at end of file diff --git a/source/3d_primitives/box.cpp b/source/3d_primitives/box.cpp deleted file mode 100644 index a805a78..0000000 --- a/source/3d_primitives/box.cpp +++ /dev/null @@ -1,9 +0,0 @@ -// -// Created by Vlad on 4/18/2025. -// -#include "omath/3d_primitives/box.hpp" - -namespace omath::primitives -{ - -} // namespace omath::primitives diff --git a/source/3d_primitives/plane.cpp b/source/3d_primitives/plane.cpp deleted file mode 100644 index dc931d7..0000000 --- a/source/3d_primitives/plane.cpp +++ /dev/null @@ -1,9 +0,0 @@ -// -// Created by Vlad on 8/28/2025. -// -#include "omath/3d_primitives/plane.hpp" - -namespace omath::primitives -{ - -} // namespace omath::primitives \ No newline at end of file