mirror of
https://github.com/patchzyy/wiicompiled
synced 2026-09-12 09:45:04 -04:00
9 lines
173 B
C
9 lines
173 B
C
#ifndef _DOLPHIN_GF_GFTEV_H
|
|
#define _DOLPHIN_GF_GFTEV_H
|
|
|
|
#include <dolphin/gx.h>
|
|
|
|
void GFSetTevColorS10(GXTevRegID reg, GXColorS10 color);
|
|
|
|
#endif /* _DOLPHIN_GF_GFTEV_H */
|