X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2Fconfig%2Freader.h;h=eb13cbcb975123d3870bbd5aa8f2874cd03add3b;hb=9d049dcaf022e500e643d6e46bb29412aa419653;hp=672b6da6daf39962e80febc4cca7fcfc4956e51c;hpb=87c9b12ffbcb8458c7e031045d34d2a1de5ea78a;p=physics.git diff --git a/src/config/reader.h b/src/config/reader.h index 672b6da..eb13cbc 100644 --- a/src/config/reader.h +++ b/src/config/reader.h @@ -21,11 +21,14 @@ #include #include +#include -typedef std::map keyMap; +using std::string; + +typedef std::map inputMap; /// ***** Header Methods ***** -void readConfigs(keyMap*); +void readConfigs(inputMap*); #endif // READER_H