summaryrefslogtreecommitdiff
path: root/include/dolphin/gf/GFLight.h
blob: b674630de9d7a16a875452dc35723f4f64f7ef5e (plain)
1
2
3
4
5
6
7
8
9
#ifndef GFLIGHT_H
#define GFLIGHT_H

#include "dolphin/gx/GXEnum.h"
#include "dolphin/gx/GXStruct.h"

void GFSetChanMatColor(GXChannelID, GXColor);

#endif /* GFLIGHT_H */