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

@@ -2,8 +2,8 @@
// Created by vlad on 5/18/2024.
//
#include <gtest/gtest.h>
#include <omath/Matrix.h>
#include "omath/Vector3.h"
#include <omath/Matrix.hpp>
#include "omath/Vector3.hpp"
using namespace omath;