mirror of
https://github.com/modmii/YAWM-ModMii-Edition.git
synced 2025-07-19 21:37:20 +02:00
11 lines
234 B
C
11 lines
234 B
C
#define WII_LIGHT_OFF 0
|
|
#define WII_LIGHT_ON 1
|
|
|
|
void WIILIGHT_Init();
|
|
void WIILIGHT_TurnOn();
|
|
int WIILIGHT_GetLevel();
|
|
int WIILIGHT_SetLevel(int level);
|
|
|
|
void WIILIGHT_Toggle();
|
|
void WIILIGHT_TurnOff();
|