82 const char *filename);
FLECS_API int ecs_plecs_from_str(ecs_world_t *world, const char *name, const char *str)
Parse plecs string.
FLECS_API int ecs_plecs_from_file(ecs_world_t *world, const char *filename)
Parse plecs file.
struct ecs_world_t ecs_world_t
A world is the container for all ECS data and supporting features.