summaryrefslogtreecommitdiffhomepage
path: root/apps/Common.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-03 19:58:43 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-03 19:59:29 +0100
commit4e7ea02ed492a1fc0b167392361673244f957cce (patch)
treee322d501ea922146e735ae7e14fd725cf3935f02 /apps/Common.h
parente2c2361f335a45d1268481c17fea6f50aa03bbff (diff)
IMP: Refactor btb rules of SysChk, NetBoot and MakeFramework/MakeApp.
IMP: Rename tools directory to apps. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'apps/Common.h')
-rw-r--r--apps/Common.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/Common.h b/apps/Common.h
new file mode 100644
index 00000000..a9439bbf
--- /dev/null
+++ b/apps/Common.h
@@ -0,0 +1,14 @@
+/**
+ Sat Oct 26 07:03:28 AM CEST 2024
+ (C) EL Mahrouss Logic.
+*/
+
+#pragma once
+
+#include <cstdint>
+#include <iostream>
+#include <fstream>
+#include <string>
+#include <cstring>
+#include <sstream>
+#include <filesystem>