mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
* d_a_obj_carry work, SETUP_ACTOR macro * rm headers, add script * progress * macro rename, consistent spacing
10 lines
190 B
C
10 lines
190 B
C
#ifndef GFLIGHT_H
|
|
#define GFLIGHT_H
|
|
|
|
#include "dolphin/gx/GXEnum.h"
|
|
#include "dolphin/gx/GXStruct.h"
|
|
|
|
void GFSetChanAmbColor(_GXChannelID param_0, _GXColor param_1);
|
|
|
|
#endif /* GFLIGHT_H */
|