Add Menu Parsing Result

This commit is contained in:
Jan
2021-10-31 17:33:46 +01:00
parent e79376eb3e
commit ca1059b05c
6 changed files with 95 additions and 8 deletions

View File

@ -80,3 +80,8 @@ const std::vector<MenuFileParser::sequence_t*>& MenuFileParser::GetTestsForState
return m_global_scope_tests;
}
MenuFileParserState* MenuFileParser::GetState() const
{
return m_state.get();
}