gravity working through manager
[physics.git] / src / effectManager.h
index e8ba499..0157e24 100644 (file)
@@ -7,6 +7,9 @@
 /// ***** Header Methods *****
 namespace effect
 {
+    void init();
+    void clean();
+
     Vector2 positionDelta(const PhysicsEntity*, float);
     Vector2 velocityDelta(const PhysicsEntity*, float);
     Vector2 forceDelta(const PhysicsEntity*, float);