Flecs
v4.1
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
27
FLECS_API
28
void
ecs_set_os_api_impl
(
void
);
29
30
#ifdef __cplusplus
31
}
32
#endif
33
34
#endif
// FLECS_OS_API_IMPL_H
35
38
#endif
// FLECS_OS_API_IMPL
ecs_set_os_api_impl
FLECS_API void ecs_set_os_api_impl(void)
Set default OS API implementation.