diff options
| author | vimene <vincent.menegaux@gmail.com> | 2025-12-10 20:40:42 +0100 |
|---|---|---|
| committer | vimene <vincent.menegaux@gmail.com> | 2025-12-10 20:40:42 +0100 |
| commit | 761604f9e4815e8f4355637ebb46052314cbed86 (patch) | |
| tree | b9cd6dde75ebf5897f8e67835522c6411d6ab7cb /src/o3d/mesh.cpp | |
| parent | c666035bc6a51e4dd76daebefffaf8bbc951977c (diff) | |
| download | engine-761604f9e4815e8f4355637ebb46052314cbed86.tar.gz | |
renamed .h to .hpp
Diffstat (limited to 'src/o3d/mesh.cpp')
| -rw-r--r-- | src/o3d/mesh.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/o3d/mesh.cpp b/src/o3d/mesh.cpp index 2423e88..c1af5cd 100644 --- a/src/o3d/mesh.cpp +++ b/src/o3d/mesh.cpp @@ -1,8 +1,8 @@ -#include "o3d/mesh.h" +#include "o3d/mesh.hpp" #include <vector> #include <array> #include <cstddef> -#include "math/vector.h" +#include "math/vector.hpp" using namespace engine::o3d; |
