Skip to content

Commit

Permalink
Fixed MSVC compiler errors 11/17/2024 | 24w46a4
Browse files Browse the repository at this point in the history
  • Loading branch information
GamesTrap committed Nov 17, 2024
1 parent 8899c5c commit f8ab963
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions UnitTests/src/Events/ControllerEvent.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <catch2/catch_test_macros.hpp>

#include "TRAP/src/Utils/Win.h"
#include "TRAP/src/Events/ControllerEvent.h"

TEST_CASE("TRAP::Events::ControllerConnectEvent", "[events][controllerconnectevent]")
Expand Down
1 change: 1 addition & 0 deletions UnitTests/src/Events/EventDispatcher.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <catch2/catch_test_macros.hpp>

#include "TRAP/src/Utils/Win.h"
#include "TRAP/src/Events/ControllerEvent.h"
#include "TRAP/src/Events/Event.h"

Expand Down
1 change: 1 addition & 0 deletions UnitTests/src/Events/KeyEvent.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <catch2/catch_test_macros.hpp>

#include "TRAP/src/Utils/Win.h"
#include "TRAP/src/Events/KeyEvent.h"

TEST_CASE("TRAP::Events::KeyPressEvent", "[events][keypressevent]")
Expand Down
1 change: 1 addition & 0 deletions UnitTests/src/Events/MouseEvent.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <catch2/catch_test_macros.hpp>

#include "TRAP/src/Utils/Win.h"
#include "TRAP/src/Events/MouseEvent.h"

TEST_CASE("TRAP::Events::MouseMoveEvent", "[events][mousemoveevent]")
Expand Down

0 comments on commit f8ab963

Please sign in to comment.