added using namespace pg to relavent files ... will remove at some point
[physics.git] / src / graphics / graphics.cpp
index 6939824..d795961 100644 (file)
  */
 
 #include "graphics.h"
-#include "debug.h"
+
+#include <pg/debug.h>
+#include <pg/mathw.h>
+using namespace pg;
 
 #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;