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
20extern "C" {
21#endif
22
27FLECS_API
29
30#ifdef __cplusplus
31}
32#endif
33
34#endif // FLECS_OS_API_IMPL_H
35
38#endif // FLECS_OS_API_IMPL
FLECS_API void ecs_set_os_api_impl(void)
Set default OS API implementation.