summaryrefslogtreecommitdiffhomepage
path: root/dev/Usr
diff options
context:
space:
mode:
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