renamed libpg to libbear
[physics.git] / src / Entities / Particle.h
index 1121227..34c8f64 100644 (file)
 #ifndef PARTICLE_H
 #define PARTICLE_H
 
+#include <bear/Vector2.h>
+using namespace bear;
+
 #include "Entity.h"
-#include "../Vector2.h"
 
 
 /// NOTE to SELF