Skip to content
Flecs
v4.1
Search
Ctrl K
include
flecs
addons
deprecated.h
Go to the documentation of this file.
1
/**
2
* @file addons/deprecated.h
3
* @brief The deprecated addon contains deprecated operations.
4
*/
5
6
#ifdef FLECS_DEPRECATED
7
8
#ifndef FLECS_DEPRECATED_H
9
#define FLECS_DEPRECATED_H
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
15
#ifdef __cplusplus
16
}
17
#endif
18
19
#endif
20
21
#endif
Esc
↑
↓
to navigate
↵
to open
Esc
to close