added using namespace pg to relavent files ... will remove at some point
[physics.git] / src / Entities / Entity.h
index 91273d5..6cd3e41 100644 (file)
@@ -18,7 +18,8 @@
 #ifndef ENTITY_H
 #define ENTITY_H
 
-#include "../Vector2.h"
+#include <pg/Vector2.h>
+using namespace pg;
 
 
 /// ***** Header Class *****