Flecs v3.2
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
23FLECS_API
24void 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