Save/Load works for building layout graphs

This commit is contained in:
2024-10-28 02:03:00 +03:00
parent 799ac40a4a
commit 21fb3833cc
3 changed files with 101 additions and 15 deletions

View File

@@ -44,4 +44,6 @@ public:
void get_menu_entries(flecs::entity e,
List<Pair<int, String> > *list) const;
void save_layouts();
void load_layouts();
int get_layout_count() const;
};