summaryrefslogtreecommitdiffhomepage
path: root/BTBKit/Includes.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-05-22 10:22:16 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-05-22 10:22:16 +0200
commite0b3869075eb6dd4d2d515f80056e2eeb1128fae (patch)
tree5158781eb6c8513d69c703e1847e1dd84094c42f /BTBKit/Includes.h
parent7927f01e875ef76185535d209c14230fe9be183d (diff)
feat(btb)!: Introducing libBTB, better API.
also: - The Codebase has been improved. - Error codes are now string messages. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'BTBKit/Includes.h')
-rw-r--r--BTBKit/Includes.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/BTBKit/Includes.h b/BTBKit/Includes.h
new file mode 100644
index 0000000..3695d53
--- /dev/null
+++ b/BTBKit/Includes.h
@@ -0,0 +1,17 @@
+// ============================================================= //
+// btb
+// Copyright (C) 2024-2025, Amlal El Mahrouss, all rights reserved.
+// ============================================================= //
+
+#ifndef BTB_INCLUDES_H
+#define BTB_INCLUDES_H
+
+#include <cstddef>
+#include <cstdio>
+#include <fstream>
+#include <iostream>
+#include <sstream>
+#include <string>
+#include <thread>
+
+#endif // BTB_INCLUDES_H