Flecs
v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
mixin.inl
Go to the documentation of this file.
1
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::app
flecs::app_builder app()
Return app builder.
Definition
mixin.inl:19
flecs::app_builder
App builder interface.
Definition
builder.hpp:19