changed src so the libpg headers are now used
[physics.git] / src / Entities / PhysicsEntity.cpp
index d42d271..d20f671 100644 (file)
  */
 
 #include "PhysicsEntity.h"
-#include "debug.h"
+
+#include <pg/debug.h>
+#include <pg/Vector2.h>
 
 #include "effectManager.h"
-#include "Vector2.h"
 
 
 /// ***** Constructors/Destructors *****