added using namespace pg to relavent files ... will remove at some point
[physics.git] / src / collisionManager.cpp
index 1076ccc..0e828a4 100644 (file)
@@ -20,6 +20,7 @@
 #include <pg/debug.h>
 #include <pg/Vector2.h>
 #include <pg/mathw.h>
+using namespace pg;
 
 #include "Entities/Ball.h"
 #include "Entities/Polygon.h"