changed src so the libpg headers are now used
[physics.git] / src / Entities / Polygon.cpp
index 06955c3..9f2eff6 100644 (file)
@@ -16,9 +16,9 @@
  */
 
 #include "Polygon.h"
-#include "debug.h"
 
-#include "Vector2.h"
+#include <pg/debug.h>
+#include <pg/Vector2.h>
 
 #include "graphics/graphics.h"