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