Flecs v4.1
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
mixin.inl
Go to the documentation of this file.
1
5
12
21 world_ = nullptr; // Take ownership
22 return flecs::app_builder(w);
23}
24
ecs_world_t world_t
World type.
Definition c_types.hpp:18
App builder interface.
Definition builder.hpp:19
world_t * world_
Pointer to the underlying C world.
Definition world.hpp:1545
flecs::app_builder app()
Return an app builder.
Definition mixin.inl:19