diff options
Diffstat (limited to 'src/vector2.hpp')
-rw-r--r-- | src/vector2.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vector2.hpp b/src/vector2.hpp index 223a59b..3dc1db1 100644 --- a/src/vector2.hpp +++ b/src/vector2.hpp @@ -57,4 +57,3 @@ private: unsigned int _x; unsigned int _y; }; - |