Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
mixin.inl
Go to the documentation of this file.
1
16 m_owned = false; // App takes ownership of world
17 return flecs::app_builder(m_world);
18}
19
flecs::app_builder app()
Return app builder.
Definition: mixin.inl:15
App builder interface.
Definition: builder.hpp:18