summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLevent Kaya <levent@dev>2025-11-05 22:11:58 +0300
committerLevent Kaya <levent@dev>2025-11-05 22:11:58 +0300
commitf6f40266ba57ab2df99b897c375f85f0a8a97856 (patch)
treea344923e53224f646fbcbb1abaf3befe6e1ea0d5 /include
parentce4e4020854e106ead6f505094c668cd896d8817 (diff)
[feature] basic structure
Diffstat (limited to 'include')
-rw-r--r--include/boltdbg.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/boltdbg.h b/include/boltdbg.h
new file mode 100644
index 0000000..282f0c4
--- /dev/null
+++ b/include/boltdbg.h
@@ -0,0 +1,6 @@
+#ifndef BOLTDBG_H
+#define BOLTDBG_H
+
+#define BOLTDBG_VERSION "0.1.0"
+
+#endif // BOLTDBG_H