added using namespace pg to relavent files ... will remove at some point
[physics.git] / src / config / config.cpp
index 709c5ff..5194077 100644 (file)
@@ -16,7 +16,9 @@
  */
 
 #include "config.h"
-#include "debug.h"
+
+#include <pg/debug.h>
+using namespace pg;
 
 #include <SDL/SDL.h>
 #include "keys.h"