X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=src%2FeffectManager.h;h=f77e191e0e5b33e696c559fdc93066c685a9c524;hp=089c12a74e0d450901ad765f374d3b8a62be38f2;hb=a823a80039c6069bb7676433832d9f9413494860;hpb=46e842c7cc2e977f9bdd9fb4480dac26163fa25b diff --git a/src/effectManager.h b/src/effectManager.h index 089c12a..f77e191 100644 --- a/src/effectManager.h +++ b/src/effectManager.h @@ -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);