diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-27 14:59:03 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-27 14:59:03 +0100 |
commit | 9d60b7b70abd832dc229c59114e465d457fcd0a3 (patch) | |
tree | e8f072ccb8e3a24a42295e53afac1892eda039ab /src/crepe/system/InputSystem.h | |
parent | 6e9879896e620e6113c11e48f23a5f71b4fc87f0 (diff) |
make format
Diffstat (limited to 'src/crepe/system/InputSystem.h')
-rw-r--r-- | src/crepe/system/InputSystem.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/crepe/system/InputSystem.h b/src/crepe/system/InputSystem.h index 13c3fc1..b648144 100644 --- a/src/crepe/system/InputSystem.h +++ b/src/crepe/system/InputSystem.h @@ -1,8 +1,8 @@ #pragma once #include "facade/SDLContext.h" -#include "util/OptionalRef.h" #include "types.h" +#include "util/OptionalRef.h" #include "System.h" @@ -61,8 +61,8 @@ private: * \param transforms A list of transforms to search through. * \return A pointer to the transform of the button, or nullptr if not found. */ - OptionalRef<Transform> - find_transform_for_button(Button & button, RefVector<Transform>& transforms); + OptionalRef<Transform> find_transform_for_button(Button & button, + RefVector<Transform> & transforms); /** * \brief Checks if the mouse position is inside the bounds of the button. |