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
19
flecs::app_builder
app
() {
20
flecs::world_t
*w =
world_
;
21
world_
=
nullptr
;
// Take ownership
22
return
flecs::app_builder
(w);
23
}
24
flecs::world_t
ecs_world_t world_t
World type.
Definition
c_types.hpp:18
flecs::app_builder
App builder interface.
Definition
builder.hpp:19
flecs::world::world_
world_t * world_
Pointer to the underlying C world.
Definition
world.hpp:1545
flecs::world::app
flecs::app_builder app()
Return an app builder.
Definition
mixin.inl:19