FFL
Loading...
Searching...
No Matches
FFLGender.h
Go to the documentation of this file.
1#ifndef FFL_GENDER_H_
2#define FFL_GENDER_H_
3
4#include <nn/ffl/types.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
16FFLGender;
17
18#ifdef __cplusplus
19}
20#endif
21
22#endif // FFL_GENDER_H_
FFLGender
Definition FFLGender.h:11
@ FFL_GENDER_MALE
Definition FFLGender.h:12
@ FFL_GENDER_FEMALE
Definition FFLGender.h:13
@ FFL_GENDER_MAX
Definition FFLGender.h:14