7 lines
93 B
C
7 lines
93 B
C
#ifndef BRIGHTNESS_H
|
|
#define BRIGHTNESS_H
|
|
|
|
void adjust_brightness();
|
|
|
|
#endif // BRIGHTNESS_H
|