Files
tww/include/dolphin/gf/GFLight.h
T
2023-12-20 19:04:10 -08:00

10 lines
172 B
C

#ifndef GFLIGHT_H
#define GFLIGHT_H
#include "dolphin/gx/GXEnum.h"
#include "dolphin/gx/GXStruct.h"
void GFSetChanMatColor(GXChannelID, GXColor);
#endif /* GFLIGHT_H */