Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
deprecated.h
Go to the documentation of this file.
1
6#ifdef FLECS_DEPRECATED
7
8#ifndef FLECS_DEPRECATED_H
9#define FLECS_DEPRECATED_H
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
15#ifdef __cplusplus
16}
17#endif
18
19#endif
20
21#endif