added using namespace pg to relavent files ... will remove at some point
[physics.git] / src / config / keys.h
index 285ecb6..81eeb14 100644 (file)
 #ifndef KEYS_H
 #define KEYS_H
 
+#include <pg/debug.h>
+using namespace pg;
+
 #include <SDL/SDL.h>
 
 #include <map>
 #include <string>
 
-#include "debug.h"
-
 /// ***** Header Methods *****
 namespace key
 {