mirror of
https://github.com/extremscorner/not64.git
synced 2025-04-02 10:52:37 -04:00
17 lines
261 B
C
17 lines
261 B
C
/**
|
|
* glN64_GX - F3DPD.h
|
|
* Copyright (C) 2003 Orkin
|
|
*
|
|
* glN64 homepage: http://gln64.emulation64.com
|
|
* Wii64 homepage: http://www.emulatemii.com
|
|
*
|
|
**/
|
|
|
|
#ifndef F3DPD_H
|
|
#define F3DPD_H
|
|
|
|
#define F3DPD_VTXCOLORBASE 0x07
|
|
|
|
void F3DPD_Init();
|
|
#endif
|
|
|