added using namespace pg to relavent files ... will remove at some point
[physics.git] / src / Entities / PhysicsEntity.cpp
index d20f671..4ba50dc 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <pg/debug.h>
 #include <pg/Vector2.h>
+using namespace pg;
 
 #include "effectManager.h"