removed all ../ entries and made a basic inc path (dependencies are currently broke)
[physics.git] / src / Effects / Screen.h
index 890fae8..8ed0091 100644 (file)
@@ -19,7 +19,7 @@
 #define SCREEN_H
 
 #include "Effect.h"
-#include "../Vector2.h"
+#include "Vector2.h"
 
 
 /// ***** Header Class *****
@@ -30,6 +30,7 @@ class Screen: public Effect
     Screen();
     ~Screen();
 
+    Vector2 positionDelta(const PhysicsEntity*, float) const;
     Vector2 velocityDelta(const PhysicsEntity*, float) const;
 };