X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=src%2FEntities%2FPhysicsEntity.cpp;h=d20f67155d0b4788e4ac923c9c5b9925878dc0f2;hp=d42d2713b20d0c9b31ba7068d532a65f1c9e3789;hb=f32a9b7c8eab3536ad354f85ee65c41d5b5da006;hpb=f5380bc68a49710df6c10b089da232afb791344e diff --git a/src/Entities/PhysicsEntity.cpp b/src/Entities/PhysicsEntity.cpp index d42d271..d20f671 100644 --- a/src/Entities/PhysicsEntity.cpp +++ b/src/Entities/PhysicsEntity.cpp @@ -16,10 +16,11 @@ */ #include "PhysicsEntity.h" -#include "debug.h" + +#include +#include #include "effectManager.h" -#include "Vector2.h" /// ***** Constructors/Destructors *****