summaryrefslogtreecommitdiffstats
path: root/lib/macros.h
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <bigfoot@figboot.dev>2026-01-06 03:27:12 -0600
committerLibravatar bigfoot547 <bigfoot@figboot.dev>2026-01-06 03:27:12 -0600
commit4cf8b35097a131abcfc8e0d04d35294be13943ac (patch)
treebb384a58c53d7b4ab9faf45e84677ae5cdb42ac1 /lib/macros.h
initial commit
Diffstat (limited to 'lib/macros.h')
-rw-r--r--lib/macros.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/macros.h b/lib/macros.h
new file mode 100644
index 0000000..5c1ba5d
--- /dev/null
+++ b/lib/macros.h
@@ -0,0 +1,6 @@
+#ifndef VL_MACROS_H_INCLUDED
+#define VL_MACROS_H_INCLUDED
+
+#define VL_USER_AGENT "vacuum launcher/0.1.0 (olauncher)"
+
+#endif