Files
tp/include/dolphin/gf/GFLight.h
T

11 lines
217 B
C
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef GFLIGHT_H
#define GFLIGHT_H
#include "dolphin/types.h"
2023-06-30 19:29:50 +03:00
#include "dolphin/gx/GXEnum.h"
#include "dolphin/gx/GXStruct.h"
void GFSetChanAmbColor(_GXChannelID param_0, _GXColor param_1);
2021-03-28 22:49:05 +02:00
#endif /* GFLIGHT_H */