changed src so the libpg headers are now used
[physics.git] / src / Entities / Ball.cpp
index 517c67a..d0563d7 100644 (file)
  */
 
 #include "Ball.h"
-#include "debug.h"
 
-#include "Vector2.h"
+#include <pg/debug.h>
+#include <pg/Vector2.h>
+
 #include "graphics/graphics.h"