aboutsummaryrefslogtreecommitdiff
path: root/src/engine/vector2.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/vector2.hpp')
-rw-r--r--src/engine/vector2.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/vector2.hpp b/src/engine/vector2.hpp
index f69008f..e0c0d6b 100644
--- a/src/engine/vector2.hpp
+++ b/src/engine/vector2.hpp
@@ -2,7 +2,7 @@
#include <memory>
-struct Vector2Opts
+struct Vector2Options
{
unsigned int x;
unsigned int y;
@@ -17,7 +17,7 @@ public:
/**
* Creates a 2D vector.
*/
- explicit Vector2(Vector2Opts opts);
+ explicit Vector2(const Vector2Options &options);
/**
* Returns the X coordinate.