diff options
| author | vimene <vincent.menegaux@gmail.com> | 2026-01-12 22:30:16 +0100 |
|---|---|---|
| committer | vimene <vincent.menegaux@gmail.com> | 2026-01-12 22:30:16 +0100 |
| commit | c6e180ed8ba897620327938dc19f6ee792860fd4 (patch) | |
| tree | ff986a71639ba118d175b33ea1782b7f7f043891 /src/o3d/vertex.hpp | |
| parent | f9c6bd77af826423fba4aeec86b227ccd7102b4e (diff) | |
| download | engine-c6e180ed8ba897620327938dc19f6ee792860fd4.tar.gz | |
fixed wrong header guard
Diffstat (limited to 'src/o3d/vertex.hpp')
| -rw-r--r-- | src/o3d/vertex.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/o3d/vertex.hpp b/src/o3d/vertex.hpp index 70fca7b..1605f0d 100644 --- a/src/o3d/vertex.hpp +++ b/src/o3d/vertex.hpp @@ -1,5 +1,5 @@ -#ifndef O3D_VERTEX_H -#define O3D_VERTEX_H +#ifndef O3D_VERTEX_HPP +#define O3D_VERTEX_HPP #include "math/vector.hpp" #include "o3d/vertex_data.hpp" @@ -16,4 +16,4 @@ struct Vertex { } -#endif // O3D_VERTEX_H +#endif // O3D_VERTEX_HPP |
