diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-10-23 19:56:28 +0200 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-10-23 19:56:28 +0200 |
commit | c9246515fe785563411e9170aedd0231165ab988 (patch) | |
tree | e3b713e1e1200b26861e951e0b1ac4ab64d4eab6 /src/crepe/PhysicsSystem.cpp | |
parent | adb7dfabec4811566308cd072e0542cd7eae8cc1 (diff) |
rendering and assetmanager
Diffstat (limited to 'src/crepe/PhysicsSystem.cpp')
-rw-r--r-- | src/crepe/PhysicsSystem.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/crepe/PhysicsSystem.cpp b/src/crepe/PhysicsSystem.cpp index 7d16044..3ed84f8 100644 --- a/src/crepe/PhysicsSystem.cpp +++ b/src/crepe/PhysicsSystem.cpp @@ -1,11 +1,12 @@ #include "PhysicsSystem.h" #include "ComponentManager.h" -#include "Rigidbody.h" -#include "Transform.h" +#include "api/Rigidbody.h" +#include "api/Transform.h" #include "Force.h" #include <iostream> using namespace crepe; +using namespace crepe::api; PhysicsSystem::PhysicsSystem() { |