aboutsummaryrefslogtreecommitdiff
path: root/src/o3d/camera.hpp
diff options
context:
space:
mode:
authorvimene <vincent.menegaux@gmail.com>2026-01-12 22:30:16 +0100
committervimene <vincent.menegaux@gmail.com>2026-01-12 22:30:16 +0100
commitc6e180ed8ba897620327938dc19f6ee792860fd4 (patch)
treeff986a71639ba118d175b33ea1782b7f7f043891 /src/o3d/camera.hpp
parentf9c6bd77af826423fba4aeec86b227ccd7102b4e (diff)
downloadengine-c6e180ed8ba897620327938dc19f6ee792860fd4.tar.gz
fixed wrong header guard
Diffstat (limited to 'src/o3d/camera.hpp')
-rw-r--r--src/o3d/camera.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/o3d/camera.hpp b/src/o3d/camera.hpp
index b3588fb..eb10450 100644
--- a/src/o3d/camera.hpp
+++ b/src/o3d/camera.hpp
@@ -1,5 +1,5 @@
-#ifndef O3D_CAMERA_H
-#define O3D_CAMERA_H
+#ifndef O3D_CAMERA_HPP
+#define O3D_CAMERA_HPP
#include "math/mat4.hpp"
#include "math/tform.hpp"
@@ -21,4 +21,4 @@ struct Camera {
}
-#endif // O3D_CAMERA_H
+#endif // O3D_CAMERA_HPP