fixed include names

This commit is contained in:
2025-03-21 04:40:59 +03:00
parent c7dda0ff10
commit 5acd166d8f
35 changed files with 60 additions and 61 deletions

View File

@@ -5,11 +5,11 @@
#pragma once
#include <expected>
#include <omath/Mat.hpp>
#include <omath/Vector3.hpp>
#include "error_codes.hpp"
#include <omath/Angle.hpp>
#include <omath/Mat.hpp>
#include <omath/vector3.hpp>
#include <type_traits>
#include "omath/projection/error_codes.hpp"
namespace omath::projection
{