summaryrefslogtreecommitdiffhomepage
path: root/dev/Usr/LibCF/Core.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Usr/LibCF/Core.h')
-rw-r--r--dev/Usr/LibCF/Core.h17
1 files changed, 17 insertions, 0 deletions
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