mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-06 19:41:31 -04:00
10 lines
172 B
C
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 */
|