changed src so the libpg headers are now used
[physics.git] / src / Entities / Ball.h
index 4e3219b..e4267e8 100644 (file)
@@ -18,8 +18,9 @@
 #ifndef BALL_H
 #define BALL_H
 
+#include <pg/Vector2.h>
+
 #include "PhysicsEntity.h"
-#include "Vector2.h"
 
 
 /// ***** Header Class *****