added using namespace pg to relavent files ... will remove at some point
[physics.git] / src / Entities / WindParticle.h
index d50fbe7..b03aebb 100644 (file)
 #ifndef WINDPARTICLE_H
 #define WINDPARTICLE_H
 
+#include <pg/Vector2.h>
+using namespace pg;
+
 #include "Point.h"
-#include "Vector2.h"
 
 
 /// ***** Header Class *****