mirror of
https://github.com/mupen64plus/mupen64plus-oldsvn.git
synced 2025-04-02 10:52:35 -04:00
8 lines
94 B
C
8 lines
94 B
C
#ifndef F3DPD_H
|
|
#define F3DPD_H
|
|
|
|
#define F3DPD_VTXCOLORBASE 0x07
|
|
|
|
void F3DPD_Init();
|
|
#endif
|
|
|