#include #include #include "Parser.hh" int main(int argc, char** argv) { Parser::Parser* p = new Parser::Parser(); bool result = p->Parse("../Assets/test.xml"); }