Separated dlayout data code
This commit is contained in:
@@ -32,4 +32,11 @@ public:
|
||||
void create_unit(const String &base_path);
|
||||
void create_room(const String &base_path, int id);
|
||||
void destroy_graph_entity(const String &path);
|
||||
flecs::entity get_layout_base() const;
|
||||
void get_layout_list(List<String> *keys) const;
|
||||
void create_new_layout(const String &layout_name);
|
||||
flecs::entity get_layout(const String &layout_name) const;
|
||||
void get_layout_entity_children(flecs::entity layout_e,
|
||||
List<flecs::entity> *keys) const;
|
||||
void recalculate_size(const String &layout_name);
|
||||
};
|
||||
Reference in New Issue
Block a user