mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-16 22:00:05 -04:00
eda175afc8
* 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 */
|