#ifndef PROJECTPARSER_H_ #define PROJECTPARSER_H_ #include class Project; void parse(Project& theProject, const std::string& Filename, bool DiscoveryMode); #endif