added using namespace pg to relavent files ... will remove at some point
[physics.git] / src / Entities / Point.h
index 3845e5a..2f993cc 100644 (file)
@@ -19,6 +19,7 @@
 #define POINT_H
 
 #include <pg/Vector2.h>
+using namespace pg;
 
 #include "Particle.h"