Flecs
v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
coredoc.h
Go to the documentation of this file.
1
9
#ifdef FLECS_COREDOC
10
11
#ifndef FLECS_DOC
12
#define FLECS_DOC
13
#endif
14
15
#ifndef FLECS_META
16
#define FLECS_META
17
#endif
18
19
#ifndef FLECS_COREDOC_H
20
#define FLECS_COREDOC_H
21
22
#ifdef __cplusplus
23
extern
"C"
{
24
#endif
25
34
/* Module import */
35
36
FLECS_API
37
void
FlecsCoreDocImport(
38
ecs_world_t
*world);
39
40
/* @} */
41
42
#ifdef __cplusplus
43
}
44
#endif
45
46
#endif
47
48
#endif
ecs_world_t
struct ecs_world_t ecs_world_t
A world is the container for all ECS data and supporting features.
Definition:
flecs.h:286