changed src so the libpg headers are now used
[physics.git] / src / effectManager.cpp
index c11ffc3..bcd597e 100644 (file)
@@ -17,6 +17,8 @@
 
 #include "effectManager.h"
 
+#include <pg/Vector2.h>
+
 #include <set>
 
 #include "Effects/Effect.h"
@@ -24,7 +26,6 @@
 #include "Effects/GravityWell.h"
 #include "Effects/Screen.h"
 
-#include "Vector2.h"
 #include "input/inputManager.h"
 #include "config/config.h"