added using namespace pg to relavent files ... will remove at some point
[physics.git] / src / input / inputManager.h
index 7d156c4..a50f13d 100644 (file)
 #ifndef INPUT_H
 #define INPUT_H
 
+#include <pg/Vector2.h>
+using namespace pg;
+
 #include <SDL/SDL.h>
-#include "Vector2.h"
 
 /// ***** Header Methods *****