Flecs
v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
os_api_impl.h
Go to the documentation of this file.
1
6
#ifdef FLECS_OS_API_IMPL
7
16
#ifndef FLECS_OS_API_IMPL_H
17
#define FLECS_OS_API_IMPL_H
18
19
#ifdef __cplusplus
20
extern
"C"
{
21
#endif
22
23
FLECS_API
24
void
ecs_set_os_api_impl(
void
);
25
26
#ifdef __cplusplus
27
}
28
#endif
29
30
#endif
// FLECS_OS_API_IMPL_H
31
34
#endif
// FLECS_OS_API_IMPL