mirror of
https://github.com/zeldaret/tp
synced 2026-06-06 03:38:41 -04:00
11 lines
217 B
C
11 lines
217 B
C
#ifndef GFLIGHT_H
|
|
#define GFLIGHT_H
|
|
|
|
#include "dolphin/types.h"
|
|
#include "dolphin/gx/GXEnum.h"
|
|
#include "dolphin/gx/GXStruct.h"
|
|
|
|
void GFSetChanAmbColor(_GXChannelID param_0, _GXColor param_1);
|
|
|
|
#endif /* GFLIGHT_H */
|