added using namespace pg to relavent files ... will remove at some point
[physics.git] / src / effectManager.h
index f77e191..645c4ce 100644 (file)
@@ -18,7 +18,9 @@
 #ifndef EFFECTMANAGER_H
 #define EFFECTMANAGER_H
 
-#include "Vector2.h"
+#include <pg/Vector2.h>
+using namespace pg;
+
 #include "Entities/PhysicsEntity.h"
 
 /// ***** Header Methods *****