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