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
20 flecs::world_t *w = world_;
21 world_ = nullptr; // Take ownership
22 return flecs::app_builder(w);
23}
24
flecs::app_builder app()
Return app builder.
Definition mixin.inl:19
App builder interface.
Definition builder.hpp:19