diff options
Diffstat (limited to 'core/src/Utils/Vector.hpp')
-rw-r--r-- | core/src/Utils/Vector.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/Utils/Vector.hpp b/core/src/Utils/Vector.hpp index 372d484..61fa520 100644 --- a/core/src/Utils/Vector.hpp +++ b/core/src/Utils/Vector.hpp @@ -1,6 +1,7 @@ #pragma once -struct Vec2i { +struct Vec2i +{ int x = 0; int y = 0; }; |