changed src so the libpg headers are now used
[physics.git] / src / Effects / Screen.h
index 890fae8..b572593 100644 (file)
@@ -18,8 +18,9 @@
 #ifndef SCREEN_H
 #define SCREEN_H
 
+#include <pg/Vector2.h>
+
 #include "Effect.h"
-#include "../Vector2.h"
 
 
 /// ***** Header Class *****
@@ -30,6 +31,7 @@ class Screen: public Effect
     Screen();
     ~Screen();
 
+    Vector2 positionDelta(const PhysicsEntity*, float) const;
     Vector2 velocityDelta(const PhysicsEntity*, float) const;
 };