gravity well now follows the mouse
[physics.git] / src / effectManager.h
index 089c12a..f77e191 100644 (file)
@@ -27,6 +27,9 @@ namespace effect
     void init();
     void clean();
 
+    void update(float);
+    void handleInput();
+
     Vector2 positionDelta(const PhysicsEntity*, float);
     Vector2 velocityDelta(const PhysicsEntity*, float);
     Vector2 forceDelta(const PhysicsEntity*, float);