From c6e180ed8ba897620327938dc19f6ee792860fd4 Mon Sep 17 00:00:00 2001 From: vimene Date: Mon, 12 Jan 2026 22:30:16 +0100 Subject: fixed wrong header guard --- src/o3d/tri.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/o3d/tri.hpp') diff --git a/src/o3d/tri.hpp b/src/o3d/tri.hpp index 7538d22..712c135 100644 --- a/src/o3d/tri.hpp +++ b/src/o3d/tri.hpp @@ -1,5 +1,5 @@ -#ifndef O3D_TRI_H -#define O3D_TRI_H +#ifndef O3D_TRI_HPP +#define O3D_TRI_HPP #include #include "o3d/vertex.hpp" @@ -19,4 +19,4 @@ struct Triangle { } -#endif // O3D_TRI_H +#endif // O3D_TRI_HPP -- cgit v1.2.3