SpaceBubble
v0.98
Main Page
Data Structures
Files
File List
Globals
include
light.h
Go to the documentation of this file.
1
22
#ifndef __LIGHT_H__
23
#define __LIGHT_H__
24
28
void
WIILIGHT_Init
();
29
35
int
WIILIGHT_GetLevel
();
36
42
int
WIILIGHT_SetLevel
(
int
i);
43
47
void
WIILIGHT_TurnOn
();
48
52
void
WIILIGHT_TurnOff
();
53
58
void
WIILIGHT_Toggle
();
59
63
void
WIILIGHT_close
();
64
65
#endif
WIILIGHT_TurnOff
void WIILIGHT_TurnOff()
Definition:
light.c:133
WIILIGHT_Init
void WIILIGHT_Init()
Definition:
light.c:84
WIILIGHT_close
void WIILIGHT_close()
Definition:
light.c:169
WIILIGHT_Toggle
void WIILIGHT_Toggle()
Definition:
light.c:154
WIILIGHT_GetLevel
int WIILIGHT_GetLevel()
Definition:
light.c:97
WIILIGHT_TurnOn
void WIILIGHT_TurnOn()
Definition:
light.c:141
WIILIGHT_SetLevel
int WIILIGHT_SetLevel(int i)
Definition:
light.c:116
Generated by
1.8.11