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