added using namespace pg to relavent files ... will remove at some point
[physics.git] / src / Entities / WindParticle.cpp
index d0b0f3a..9df28c2 100644 (file)
@@ -17,7 +17,8 @@
 
 #include "WindParticle.h"
 
-#include "../Vector2.h"
+#include <pg/Vector2.h>
+using namespace pg;
 
 
 /// ***** Constructors/Destructors *****