update
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef LIGHTNESS_H
|
||||
#define LIGHTNESS_H
|
||||
|
||||
#define LIGHT 0
|
||||
#define DARK 1
|
||||
|
||||
int lightness(void);
|
||||
|
||||
|
||||
#endif /*LIGHTNESS_H*/
|
||||
Reference in New Issue
Block a user