changed src so the libpg headers are now used
[physics.git] / src / entityCreator.h
index 259ac24..b0b0974 100644 (file)
@@ -18,6 +18,7 @@
 #ifndef ENTITYCREATOR_H
 #define ENTITYCREATOR_H
 
+#include <pg/Vector2.h>
 
 /// ***** Header Methods *****
 namespace creator
@@ -25,8 +26,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