mirror of
https://github.com/zeldaret/tp
synced 2026-06-02 02:00:30 -04:00
2453c0e333
* move dolsdk2004 over * cleanup some temp work * finish and cleanup gf * b_bh done * d_a_e_mb done
9 lines
137 B
C
9 lines
137 B
C
#ifndef GFTEV_H
|
|
#define GFTEV_H
|
|
|
|
#include <dolphin/gx.h>
|
|
|
|
void GFSetTevColorS10(GXTevRegID reg, GXColorS10 color);
|
|
|
|
#endif /* GFTEV_H */
|