changed src so the libpg headers are now used
[physics.git] / src / Entities / Point.h
index e0277f7..3845e5a 100644 (file)
@@ -18,8 +18,9 @@
 #ifndef POINT_H
 #define POINT_H
 
+#include <pg/Vector2.h>
+
 #include "Particle.h"
-#include "Vector2.h"
 
 
 /// ***** Header Class *****