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
23extern "C" {
24#endif
25
34/* Module import */
35
36FLECS_API
37void FlecsCoreDocImport(
38 ecs_world_t *world);
39
42#ifdef __cplusplus
43}
44#endif
45
46#endif
47
48#endif
struct ecs_world_t ecs_world_t
A world is the container for all ECS data and supporting features.
Definition flecs.h:349