added using namespace pg to relavent files ... will remove at some point
[physics.git] / src / Effects / Gravity.h
index 91be413..f7458d3 100644 (file)
 #ifndef GRAVITY_H
 #define GRAVITY_H
 
+#include <pg/Vector2.h>
+using namespace pg;
+
 #include "Effect.h"
-#include "Vector2.h"
 
 
 /// ***** Header Class *****