added using namespace pg to relavent files ... will remove at some point
[physics.git] / src / Entities / Particle.h
index 87b53ac..51c85a4 100644 (file)
 #ifndef PARTICLE_H
 #define PARTICLE_H
 
+#include <pg/Vector2.h>
+using namespace pg;
+
 #include "Entity.h"
-#include "Vector2.h"
 
 
 /// NOTE to SELF