diff options
Diffstat (limited to 'src/crepe/PhysicsSystem.cpp')
-rw-r--r-- | src/crepe/PhysicsSystem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/PhysicsSystem.cpp b/src/crepe/PhysicsSystem.cpp index e0bbc5b..d9930a8 100644 --- a/src/crepe/PhysicsSystem.cpp +++ b/src/crepe/PhysicsSystem.cpp @@ -1,7 +1,7 @@ #include "PhysicsSystem.h" #include "ComponentManager.h" #include "api/Rigidbody.h" -#include "Transform.h" +#include "api/Transform.h" #include "api/Force.h" #include <iostream> |