From e206dc1cf625f28149c19eb4dfcbf495ef0efbb4 Mon Sep 17 00:00:00 2001 From: HampusM Date: Fri, 18 Feb 2022 19:31:03 +0100 Subject: refactor: improve options of all kinds --- src/engine/bounds.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/engine/bounds.hpp') diff --git a/src/engine/bounds.hpp b/src/engine/bounds.hpp index 964e73a..0cadb9d 100644 --- a/src/engine/bounds.hpp +++ b/src/engine/bounds.hpp @@ -2,7 +2,7 @@ #include "engine/vector2.hpp" -struct BoundsOpts +struct BoundsOptions { unsigned int width; unsigned int height; @@ -11,7 +11,7 @@ struct BoundsOpts class Bounds { public: - explicit Bounds(BoundsOpts opts); + explicit Bounds(const BoundsOptions &options); [[nodiscard]] unsigned int width() const; -- cgit v1.2.3-18-g5258