aboutsummaryrefslogtreecommitdiff
path: root/src/o3d/tri.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/o3d/tri.hpp')
-rw-r--r--src/o3d/tri.hpp6
1 files changed, 3 insertions, 3 deletions
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 <vector>
#include "o3d/vertex.hpp"
@@ -19,4 +19,4 @@ struct Triangle {
}
-#endif // O3D_TRI_H
+#endif // O3D_TRI_HPP