added using namespace pg to relavent files ... will remove at some point
[physics.git] / src / graphics / graphics.h
index aa87e1b..ec07616 100644 (file)
@@ -18,7 +18,9 @@
 #ifndef GRAPHICS_H
 #define GRAPHICS_H
 
-#include "Vector2.h"
+#include <pg/Vector2.h>
+using namespace pg;
+
 #include <vector>