Files
DEV/DEV1.1/CM2/lightness.h
2024-01-08 14:05:33 +01:00

9 lines
119 B
C

#ifndef LIGHTNESS_H
#define LIGHTNESS_H
#define LIGHT 1
#define DARK 0
int lightness(void);
#endif /* LIGHTNESS_H */