diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-05 15:51:01 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-05 15:51:01 +0100 |
commit | 74533e9fbcd0360950daec4dc297e48e30a8a2d0 (patch) | |
tree | 09933bed95a0c2c79ed1b4a3e0da2dbe0ca11f98 /src/example/physics.cpp | |
parent | a47b981c2254e1d49f58ebd4244c1be4624ba998 (diff) |
`make format`
Diffstat (limited to 'src/example/physics.cpp')
-rw-r--r-- | src/example/physics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/example/physics.cpp b/src/example/physics.cpp index d3a0f32..2dbddc2 100644 --- a/src/example/physics.cpp +++ b/src/example/physics.cpp @@ -2,13 +2,13 @@ #include <iostream> #include <thread> -#include <crepe/system/PhysicsSystem.h> #include <crepe/Component.h> #include <crepe/ComponentManager.h> #include <crepe/api/Force.h> #include <crepe/api/GameObject.h> #include <crepe/api/Rigidbody.h> #include <crepe/api/Transform.h> +#include <crepe/system/PhysicsSystem.h> using namespace crepe; using namespace std; |