diff options
author | heavydemon21 <48092678+heavydemon21@users.noreply.github.com> | 2024-12-11 19:57:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-11 19:57:04 +0100 |
commit | 194ee3f192c3343c3ccc28dfa97fed180503ffd4 (patch) | |
tree | a717b19dde13c131aa6ddaebd5e23567b9c18de0 /src/test | |
parent | 59954bfc14cdb32997a3fb09e6ee1b393a4dc027 (diff) | |
parent | 942fd5adcd3e7f73404601933359d22587843f25 (diff) |
Merge pull request #71 from lonkaars/niels/UI
pixel to game units for input system
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/Profiling.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/Profiling.cpp b/src/test/Profiling.cpp index cc4c637..35f52dc 100644 --- a/src/test/Profiling.cpp +++ b/src/test/Profiling.cpp @@ -17,6 +17,7 @@ #include <crepe/api/Rigidbody.h> #include <crepe/api/Script.h> #include <crepe/api/Transform.h> +#include <crepe/facade/SDLContext.h> #include <crepe/manager/ComponentManager.h> #include <crepe/manager/EventManager.h> #include <crepe/system/CollisionSystem.h> |