Flecs
v3.1
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
impl.hpp
Go to the documentation of this file.
1
6
#pragma once
7
8
namespace
flecs {
9
10
inline
monitor::monitor(
flecs::world
& world) {
11
/* Import C module */
12
FlecsMonitorImport(world);
13
14
}
15
16
}
flecs::world
The world.
Definition:
world.hpp:113