summary refs log tree commit diff stats
path: root/src/components/physics_body.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/physics_body.cpp')
-rw-r--r--src/components/physics_body.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/physics_body.cpp b/src/components/physics_body.cpp index 72f2fd8..acbdc5d 100644 --- a/src/components/physics_body.cpp +++ b/src/components/physics_body.cpp
@@ -1,5 +1,6 @@
1#include "physics_body.h" 1#include "physics_body.h"
2#include "game.h" 2#include "game.h"
3#include "consts.h"
3 4
4void PhysicsBodyComponent::receive(Game&, Entity&, const Message& msg) 5void PhysicsBodyComponent::receive(Game&, Entity&, const Message& msg)
5{ 6{