renamed libpg to libbear
[physics.git] / src / Effects / Screen.h
index 890fae8..82bcb7e 100644 (file)
 #ifndef SCREEN_H
 #define SCREEN_H
 
+#include <bear/Vector2.h>
+using namespace bear;
+
 #include "Effect.h"
-#include "../Vector2.h"
 
 
 /// ***** Header Class *****
@@ -30,6 +32,7 @@ class Screen: public Effect
     Screen();
     ~Screen();
 
+    Vector2 positionDelta(const PhysicsEntity*, float) const;
     Vector2 velocityDelta(const PhysicsEntity*, float) const;
 };