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

@@ -1,8 +1,8 @@
//
// Created by Vlad on 3/17/2025.
//
#include "omath/engines/iw_engine/Camera.hpp"
#include "omath/engines/iw_engine/Formulas.hpp"
#include "omath/engines/iw_engine/camera.hpp"
#include "omath/engines/iw_engine/formulas.hpp"
namespace omath::iw_engine
{

View File

@@ -1,7 +1,7 @@
//
// Created by Vlad on 3/19/2025.
//
#include "omath/engines/iw_engine/Formulas.hpp"
#include "omath/engines/iw_engine/formulas.hpp"
namespace omath::iw_engine

View File

@@ -1,8 +1,8 @@
//
// Created by Orange on 12/23/2024.
//
#include "omath/engines/opengl_engine/Camera.hpp"
#include "omath/engines/opengl_engine/Formulas.hpp"
#include "omath/engines/opengl_engine/camera.hpp"
#include "omath/engines/opengl_engine/formulas.hpp"
namespace omath::opengl_engine

View File

@@ -1,7 +1,7 @@
//
// Created by Vlad on 3/19/2025.
//
#include "omath/engines/opengl_engine/Formulas.hpp"
#include "omath/engines/opengl_engine/formulas.hpp"
namespace omath::opengl_engine

View File

@@ -1,8 +1,8 @@
//
// Created by Orange on 12/4/2024.
//
#include "omath/engines/source_engine/Camera.hpp"
#include "omath/engines/source_engine/Formulas.hpp"
#include "omath/engines/source_engine/camera.hpp"
#include "omath/engines/source_engine/formulas.hpp"
namespace omath::source_engine

View File

@@ -1,7 +1,7 @@
//
// Created by Vlad on 3/19/2025.
//
#include <omath/engines/source_engine/Formulas.hpp>
#include <omath/engines/source_engine/formulas.hpp>
namespace omath::source_engine

View File

@@ -3,8 +3,8 @@
//
#include "omath/pathfinding/navigation_mesh.hpp"
#include <stdexcept>
#include <algorithm>
#include <stdexcept>
namespace omath::pathfinding
{
std::expected<Vector3<float>, std::string> NavigationMesh::GetClosestVertex(const Vector3<float> &point) const

View File

@@ -1,6 +1,6 @@
#include "omath/projectile_prediction/proj_pred_engine_legacy.hpp"
#include <cmath>
#include <omath/Angles.hpp>
#include <omath/angles.hpp>
namespace omath::projectile_prediction
{

View File

@@ -2,9 +2,9 @@
// Created by Vlad on 6/9/2024.
//
#include "omath/projectile_prediction/Projectile.hpp"
#include "omath/projectile_prediction/projectile.hpp"
#include <omath/engines/source_engine/Formulas.hpp>
#include <omath/engines/source_engine/formulas.hpp>
namespace omath::projectile_prediction
{

View File

@@ -2,7 +2,7 @@
// Created by Vlad on 6/9/2024.
//
#include "omath/projectile_prediction/Projectile.hpp"
#include "omath/projectile_prediction/projectile.hpp"
namespace omath::prediction

View File

@@ -1,7 +1,7 @@
//
// Created by Vlad on 27.08.2024.
//
#include "omath/projection/Camera.hpp"
#include "omath/projection/camera.hpp"
namespace omath::projection