fixed up the key mapping system a little ... still does comparisons wrong ...
[physics.git] / src / config / reader.h
index 672b6da..a978da2 100644 (file)
 
 #include <SDL/SDL.h>
 #include <map>
+#include <string>
 
-typedef std::map<int,Uint8> keyMap;
+using std::string;
 
 /// ***** Header Methods *****
 
-void readConfigs(keyMap*);
+void readConfigs();
 
 #endif // READER_H