#ifndef PROJ3AUX_H #define PROJ3AUX_H #include bool Parse(std::string input); #endif //PROJ3AUX_H