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