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