#ifndef XML_PARSER #define XML_PARSER #include #include struct XmlParser{ XmlParser(const std::string& inputFile); private: }; #endif