changed src so the libpg headers are now used
[physics.git] / src / entityCreator.h
index 6987c34..b0b0974 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef ENTITYCREATOR_H
 #define ENTITYCREATOR_H
 
-#include "Vector2.h"
+#include <pg/Vector2.h>
 
 /// ***** Header Methods *****
 namespace creator
@@ -30,6 +30,6 @@ namespace creator
     void removeBall();
     void removeAllBalls();
 
-    void input();
+    void handleInput();
 }
 #endif // ENTITYCREATOR_H