X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FeffectManager.h;h=089c12a74e0d450901ad765f374d3b8a62be38f2;hb=46e842c7cc2e977f9bdd9fb4480dac26163fa25b;hp=e8ba4998a562d046dfb1eb18ee7c887eaeed580b;hpb=f206d19d6b5baa4cb25ba77726f1fd4fcd7492e3;p=physics.git diff --git a/src/effectManager.h b/src/effectManager.h index e8ba499..089c12a 100644 --- a/src/effectManager.h +++ b/src/effectManager.h @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2008 Patrik Gornicz, Gornicz_P (at) hotmail (dot) com. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #ifndef EFFECTMANAGER_H #define EFFECTMANAGER_H @@ -7,8 +24,12 @@ /// ***** Header Methods ***** namespace effect { + void init(); + void clean(); + Vector2 positionDelta(const PhysicsEntity*, float); Vector2 velocityDelta(const PhysicsEntity*, float); Vector2 forceDelta(const PhysicsEntity*, float); } + #endif // EFFECTMANAGER_H