aboutsummaryrefslogtreecommitdiff
path: root/modules.h
diff options
context:
space:
mode:
authorInqiyad Sabr <sabr@ariamath.xyz>2025-10-19 23:17:43 +0600
committerInqiyad Sabr <sabr@ariamath.xyz>2025-10-19 23:17:43 +0600
commitea5380fccb9f962203726540d69cb490048de7c0 (patch)
treeceb8f56cef8deb086a328bfe840e327da7f16452 /modules.h
Add files
Diffstat (limited to 'modules.h')
-rw-r--r--modules.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/modules.h b/modules.h
new file mode 100644
index 0000000..4856487
--- /dev/null
+++ b/modules.h
@@ -0,0 +1,19 @@
+// datetime
+#ifndef DATETIME_H
+#define DATETIME_H
+void datetime(void);
+#endif
+// battery
+#ifndef BATTERY_H
+#define BATTERY_H
+void battery(void);
+#endif
+// cpu
+#ifndef CPU_H
+#define CPU_H
+void cpu(void);
+#endif
+#ifndef CMUS_H
+#define CMUS_H
+void cmus(void);
+#endif