changed src so the libpg headers are now used
[physics.git] / src / config / keys.h
index 42fd378..6a0d0db 100644 (file)
 #ifndef KEYS_H
 #define KEYS_H
 
+#include <pg/debug.h>
+
 #include <SDL/SDL.h>
 
+#include <map>
+#include <string>
+
 /// ***** Header Methods *****
 namespace key
 {
@@ -28,6 +33,12 @@ namespace key
     extern SDLKey end;
     extern SDLKey follow;
     extern SDLKey well;
+
+    typedef std::map<std::string, SDLKey*> inputMap;
+
+    extern inputMap sdlMap;
+
+    void init();
 }
 
 #endif // KEYS_H