renamed libpg to libbear
[physics.git] / src / entityCreator.h
index 259ac24..1122b09 100644 (file)
@@ -18,6 +18,8 @@
 #ifndef ENTITYCREATOR_H
 #define ENTITYCREATOR_H
 
+#include <bear/Vector2.h>
+using namespace bear;
 
 /// ***** Header Methods *****
 namespace creator
@@ -25,8 +27,10 @@ namespace creator
     void init();
     void clean();
 
-    void addBall();
+    void addBall(const Vector2& pos, float radius, const float* color);
     void removeBall();
     void removeAllBalls();
+
+    void handleInput();
 }
 #endif // ENTITYCREATOR_H