added using namespace pg to relavent files ... will remove at some point
[physics.git] / src / entityCreator.h
index 6987c34..08ff369 100644 (file)
@@ -18,7 +18,8 @@
 #ifndef ENTITYCREATOR_H
 #define ENTITYCREATOR_H
 
-#include "Vector2.h"
+#include <pg/Vector2.h>
+using namespace pg;
 
 /// ***** Header Methods *****
 namespace creator
@@ -30,6 +31,6 @@ namespace creator
     void removeBall();
     void removeAllBalls();
 
-    void input();
+    void handleInput();
 }
 #endif // ENTITYCREATOR_H