Add menu matcher for fullscreen property

This commit is contained in:
Jan
2021-11-01 10:25:15 +01:00
parent 6c5825de6d
commit 68945de51a
4 changed files with 47 additions and 1 deletions

View File

@ -11,6 +11,8 @@ namespace menu
{
public:
std::string m_name;
bool m_fullscreen;
std::vector<std::unique_ptr<CommonItemDef>> m_items;
};
}