fixed naming

This commit is contained in:
2024-09-03 21:36:29 +03:00
parent a77280e796
commit 462dbbc04a
5 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#include "omath/Matrix.h"
#include "omath/Vector3.h"
#include "omath/angles.h"
#include "omath/Angles.h"
#include <format>

View File

@@ -4,7 +4,7 @@
#include <omath/Vector3.h>
#include <cmath>
#include <omath/angles.h>
#include <omath/Angles.h>
namespace omath
{

View File

@@ -5,7 +5,7 @@
#include "omath/prediction/Engine.h"
#include <cmath>
#include <omath/angles.h>
#include <omath/Angles.h>
namespace omath::prediction

View File

@@ -5,7 +5,7 @@
#include <complex>
#include "omath/angles.h"
#include "omath/Angles.h"
namespace omath::projection