changed src so the libpg headers are now used
[physics.git] / src / Entities / Particle.h
index 87b53ac..251c8ef 100644 (file)
@@ -18,8 +18,9 @@
 #ifndef PARTICLE_H
 #define PARTICLE_H
 
+#include <pg/Vector2.h>
+
 #include "Entity.h"
-#include "Vector2.h"
 
 
 /// NOTE to SELF