aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/PhysicsSystem.cpp
diff options
context:
space:
mode:
authorjaroWMR <jarorutjes07@gmail.com>2024-10-23 18:44:24 +0200
committerjaroWMR <jarorutjes07@gmail.com>2024-10-23 18:44:24 +0200
commit1b96c6e3c57b9d1dc5fb02cbd24b625d7f7f5b05 (patch)
tree2dfb9cbaf7cfc80ae5ab5536419af0e19994908f /src/crepe/PhysicsSystem.cpp
parent0d2491e8619ec9012381ed3e39e85e37e0cb7765 (diff)
moved transform
Diffstat (limited to 'src/crepe/PhysicsSystem.cpp')
-rw-r--r--src/crepe/PhysicsSystem.cpp2
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>