aboutsummaryrefslogtreecommitdiff
path: root/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules.h')
-rw-r--r--modules.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules.h b/modules.h
index 2db07ce..c7c66bf 100644
--- a/modules.h
+++ b/modules.h
@@ -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