mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-31 01:15:27 -04:00
12 lines
273 B
C
12 lines
273 B
C
#ifndef GFTEV_H
|
|
#define GFTEV_H
|
|
|
|
#include "dolphin/gx/GXEnum.h"
|
|
#include "dolphin/gx/GXStruct.h"
|
|
|
|
void GFSetTevColor(GXTevRegID, GXColor);
|
|
void GFSetTevColorS10(GXTevRegID, GXColorS10);
|
|
void GFSetAlphaCompare(GXCompare, u8, GXAlphaOp, GXCompare, u8);
|
|
|
|
#endif /* GFTEV_H */
|