mirror of
https://github.com/zeldaret/tp
synced 2026-06-07 12:07:34 -04:00
2453c0e333
* move dolsdk2004 over * cleanup some temp work * finish and cleanup gf * b_bh done * d_a_e_mb done
9 lines
143 B
C
9 lines
143 B
C
#ifndef GFLIGHT_H
|
|
#define GFLIGHT_H
|
|
|
|
#include <dolphin/gx.h>
|
|
|
|
void GFSetChanAmbColor(GXChannelID chan, GXColor color);
|
|
|
|
#endif /* GFLIGHT_H */
|