diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-14 13:52:56 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-14 13:52:56 +0100 |
commit | dbe779ca850ec0bf5d9b5066a7a6df44f3762e4d (patch) | |
tree | fe87bdbf86017ee1ee5fe75d89f599f5ae8a5be1 /src/test/InputTest.cpp | |
parent | c17233b10bd8e35bead60c5f44bb8a14836d755f (diff) |
make format
Diffstat (limited to 'src/test/InputTest.cpp')
-rw-r--r-- | src/test/InputTest.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/InputTest.cpp b/src/test/InputTest.cpp index f974d0c..d893276 100644 --- a/src/test/InputTest.cpp +++ b/src/test/InputTest.cpp @@ -13,9 +13,9 @@ #include <crepe/api/Camera.h> #include <crepe/api/GameObject.h> #include <crepe/api/Metadata.h> -#include <crepe/facade/SDLContext.h> #include <crepe/api/Transform.h> #include <crepe/api/Vector2.h> +#include <crepe/facade/SDLContext.h> #include <gmock/gmock.h> using namespace std; @@ -260,4 +260,3 @@ TEST_F(InputTest, testButtonHover) { event_manager.dispatch_events(); EXPECT_TRUE(button.hover); } - |