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
15
flecs::app_builder
app
() {
16
m_owned =
false
;
// App takes ownership of world
17
return
flecs::app_builder
(m_world);
18
}
19
flecs::world::app
flecs::app_builder app()
Return app builder.
Definition:
mixin.inl:15
flecs::app_builder
App builder interface.
Definition:
builder.hpp:18