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 3ed84f8..d9930a8 100644 --- a/src/crepe/PhysicsSystem.cpp +++ b/src/crepe/PhysicsSystem.cpp @@ -2,7 +2,7 @@ #include "ComponentManager.h" #include "api/Rigidbody.h" #include "api/Transform.h" -#include "Force.h" +#include "api/Force.h" #include <iostream> using namespace crepe; |