FFL
Loading...
Searching...
No Matches
FFLExpression.h
Go to the documentation of this file.
1#ifndef FFL_EXPRESSION_H_
2#define FFL_EXPRESSION_H_
3
4#include <nn/ffl/types.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10typedef enum FFLExpression
11{
13}
14FFLExpression;
15
16#ifdef __cplusplus
17}
18#endif
19
20#endif // FFL_EXPRESSION_H_
FFLExpression
Definition FFLExpression.h:11
@ FFL_EXPRESSION_MAX
Definition FFLExpression.h:12