X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=src%2FEntities%2FBall.cpp;h=517c67afd5174c0a4a07ef802bf47478d8c5f014;hp=b3ca115f815ba2c447e9fd56a7011f792915ec96;hb=3d1f081343dc603a3292538eeb9bd794b255deb6;hpb=2688190c40c02fd4f839c4a7d5c671744bbdc2ad diff --git a/src/Entities/Ball.cpp b/src/Entities/Ball.cpp index b3ca115..517c67a 100644 --- a/src/Entities/Ball.cpp +++ b/src/Entities/Ball.cpp @@ -16,10 +16,10 @@ */ #include "Ball.h" -#include "../debug.h" +#include "debug.h" -#include "../Vector2.h" -#include "../graphics/graphics.h" +#include "Vector2.h" +#include "graphics/graphics.h" /// ***** Constructors/Destructors *****