changed src so the libpg headers are now used
[physics.git] / src / graphics / graphics.cpp
index 6939824..55e2337 100644 (file)
  */
 
 #include "graphics.h"
-#include "debug.h"
+
+#include <pg/debug.h>
+#include <pg/mathw.h>
 
 #include <GL/gl.h>
 #include <GL/glu.h>
 #include <SDL/SDL.h>
 #include <cmath>
 
-#include "mathw.h"
-
 #include <iostream>
 using std::cerr;
 using std::cout;