added using namespace pg to relavent files ... will remove at some point
[physics.git] / src / Entities / Particle.h
index 251c8ef..51c85a4 100644 (file)
@@ -19,6 +19,7 @@
 #define PARTICLE_H
 
 #include <pg/Vector2.h>
+using namespace pg;
 
 #include "Entity.h"