summaryrefslogtreecommitdiffhomepage
path: root/dev/Usr
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2025-02-14 21:34:09 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2025-02-14 21:34:09 +0100
commit0db25895168df6ebb9bd8781e3ffd83d3323b398 (patch)
tree4687d3756b875b512360b2f2a4788b73897a8c17 /dev/Usr
parentcb1c2ac48b29309406580f506765585b13f59852 (diff)
A set of patches and necessary changes given to the OS.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Usr')
-rw-r--r--dev/Usr/External/.gitkeep0
-rw-r--r--dev/Usr/LibCF/Core.h17
-rw-r--r--dev/Usr/LibCF/Property.h4
-rw-r--r--dev/Usr/LibCF/Ref.h4
-rw-r--r--dev/Usr/LibUI/Widget.h8
5 files changed, 29 insertions, 4 deletions
diff --git a/dev/Usr/External/.gitkeep b/dev/Usr/External/.gitkeep
deleted file mode 100644
index e69de29b..00000000
--- a/dev/Usr/External/.gitkeep
+++ /dev/null
diff --git a/dev/Usr/LibCF/Core.h b/dev/Usr/LibCF/Core.h
new file mode 100644
index 00000000..78727ebc
--- /dev/null
+++ b/dev/Usr/LibCF/Core.h
@@ -0,0 +1,17 @@
+
+/* -------------------------------------------
+
+ Copyright (C) 2024-2025, Amlal EL Mahrouss, all rights reserved.
+
+------------------------------------------- */
+
+#pragma once
+
+#include <LibSCI/SCI.h>
+
+namespace LibCF
+{
+ class CFString;
+ class CFGUID;
+ class CFProperty;
+} // namespace LibCF \ No newline at end of file
diff --git a/dev/Usr/LibCF/Property.h b/dev/Usr/LibCF/Property.h
index 5c2916f4..87927de9 100644
--- a/dev/Usr/LibCF/Property.h
+++ b/dev/Usr/LibCF/Property.h
@@ -4,8 +4,8 @@
------------------------------------------- */
-#ifndef CFKIT_PROPS_H
-#define CFKIT_PROPS_H
+#ifndef _PROPS_H
+#define _PROPS_H
#include <LibSCI/SCI.h>
#include <LibCF/Ref.h>
diff --git a/dev/Usr/LibCF/Ref.h b/dev/Usr/LibCF/Ref.h
index 18321e3b..bc3c26f4 100644
--- a/dev/Usr/LibCF/Ref.h
+++ b/dev/Usr/LibCF/Ref.h
@@ -5,8 +5,8 @@
------------------------------------------- */
-#ifndef _NEWKIT_REF_H_
-#define _NEWKIT_REF_H_
+#ifndef _REF_H_
+#define _REF_H_
#include <LibSCI/SCI.h>
diff --git a/dev/Usr/LibUI/Widget.h b/dev/Usr/LibUI/Widget.h
new file mode 100644
index 00000000..52c1675b
--- /dev/null
+++ b/dev/Usr/LibUI/Widget.h
@@ -0,0 +1,8 @@
+
+/* -------------------------------------------
+
+ Copyright (C) 2025, Amlal EL Mahrouss, all rights reserved.
+
+------------------------------------------- */
+
+#pragma once \ No newline at end of file