renamed libpg to libbear
[physics.git] / src / effectManager.h
index 089c12a..c343af3 100644 (file)
@@ -18,7 +18,9 @@
 #ifndef EFFECTMANAGER_H
 #define EFFECTMANAGER_H
 
-#include "Vector2.h"
+#include <bear/Vector2.h>
+using namespace bear;
+
 #include "Entities/PhysicsEntity.h"
 
 /// ***** Header Methods *****
@@ -27,6 +29,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);