1 #ifndef F3DEX2CBFD_H
2 #define F3DEX2CBFD_H
3 
4 #define F3DEX2CBFD_TRI4 16
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 void F3DEX2CBFD_Init(void);
11 
12 #ifdef __cplusplus
13 }
14 #endif
15 
16 #endif
17 
18