diff options
| author | Inqiyad Sabr <sabr@ariamath.xyz> | 2025-10-28 15:22:06 +0600 |
|---|---|---|
| committer | Inqiyad Sabr <sabr@ariamath.xyz> | 2025-10-28 15:22:06 +0600 |
| commit | 52aa2298a1b42c3da24e3bb39fee1ed894231c03 (patch) | |
| tree | afbb44c2cf419b37bc674a3973bb5fcada5bf1b5 /modules.h | |
| parent | 0d4272c8bc1c8d7cca4178584f4f9ad42fcc1fd6 (diff) | |
Add screen brightness module
Though it's only for Unix likes... I really wanna support BSDs next time.
Diffstat (limited to 'modules.h')
| -rw-r--r-- | modules.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -18,6 +18,11 @@ void cpu(void); #define MEM_H void mem(void); #endif +// screen brightness +#ifndef SCRBR_H +#define SCRBR_H +void scrbr(void); +#endif // cmus #ifndef CMUS_H #define CMUS_H |