mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-16 01:37:57 -05:00
Add generic property matchers for menus
This commit is contained in:
@ -11,7 +11,9 @@ namespace menu
|
||||
{
|
||||
public:
|
||||
std::string m_name;
|
||||
bool m_fullscreen;
|
||||
bool m_full_screen;
|
||||
bool m_screen_space;
|
||||
bool m_decoration;
|
||||
|
||||
std::vector<std::unique_ptr<CommonItemDef>> m_items;
|
||||
};
|
||||
|
Reference in New Issue
Block a user