added using namespace pg to relavent files ... will remove at some point
[physics.git] / src / Entities / Point.cpp
index 7083ba2..c6072a6 100644 (file)
@@ -18,6 +18,7 @@
 #include "Point.h"
 
 #include <pg/Vector2.h>
+using namespace pg;
 
 
 /// ***** Constructors/Destructors *****