changed src so the libpg headers are now used
[physics.git] / src / Entities / PhysicsEntity.h
index b4b5b9e..e6f2f36 100644 (file)
@@ -18,8 +18,9 @@
 #ifndef PHYSICS_H
 #define PHYSICS_H
 
+#include <pg/Vector2.h>
+
 #include "Entity.h"
-#include "Vector2.h"
 
 
 /// ***** Header Class *****
@@ -43,6 +44,8 @@ class PhysicsEntity: public Entity
     virtual void applyImpulse(const Vector2& impulse);
     virtual void applyImpulse(const Vector2& impulse, const Vector2& at);
 
+    virtual void applyNudge(const Vector2& vecPush);
+
   //protected:
     Vector2 force;