From f6f40266ba57ab2df99b897c375f85f0a8a97856 Mon Sep 17 00:00:00 2001 From: Levent Kaya Date: Wed, 5 Nov 2025 22:11:58 +0300 Subject: [feature] basic structure --- include/boltdbg.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/boltdbg.h (limited to 'include/boltdbg.h') 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 -- cgit v1.2.3