From 8e2ccebe69ecc69a183dfeeb8e89271a17707c6b Mon Sep 17 00:00:00 2001 From: Loic Rio Date: Sat, 14 Dec 2024 14:39:56 +0100 Subject: [PATCH] fix: header protection --- includes/math/Vector2.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/math/Vector2.hpp b/includes/math/Vector2.hpp index 17389eb..cb81de7 100644 --- a/includes/math/Vector2.hpp +++ b/includes/math/Vector2.hpp @@ -1,4 +1,4 @@ -#ifndef VECTPR2_HPP +#ifndef VECTOR2_HPP #define VECTOR2_HPP class Vector2 { @@ -25,4 +25,4 @@ private: double y; }; -#endif \ No newline at end of file +#endif