moving from .h to .hpp to make thing more clear

This commit is contained in:
2024-10-20 00:32:34 +03:00
parent 046b560025
commit 103c3d38e4
34 changed files with 45 additions and 45 deletions

View File

@@ -1,11 +1,11 @@
//
// Created by Vlad on 27.08.2024.
//
#include "omath/projection/Camera.h"
#include "omath/projection/Camera.hpp"
#include <complex>
#include "omath/Angles.h"
#include "omath/Angles.hpp"
namespace omath::projection