diff options
Diffstat (limited to 'dev/Usr/LibCF')
| -rw-r--r-- | dev/Usr/LibCF/Object.h | 2 | ||||
| -rw-r--r-- | dev/Usr/LibCF/String.h | 16 |
2 files changed, 18 insertions, 0 deletions
diff --git a/dev/Usr/LibCF/Object.h b/dev/Usr/LibCF/Object.h index c7369ee3..4899661e 100644 --- a/dev/Usr/LibCF/Object.h +++ b/dev/Usr/LibCF/Object.h @@ -9,6 +9,8 @@ #include <LibCF/Core.h> +#define CF_OBJECT : public LibCF::CFObject + namespace LibCF { class CFObject; diff --git a/dev/Usr/LibCF/String.h b/dev/Usr/LibCF/String.h new file mode 100644 index 00000000..457a999d --- /dev/null +++ b/dev/Usr/LibCF/String.h @@ -0,0 +1,16 @@ + +/* ------------------------------------------- + + Copyright (C) 2025, Amlal EL Mahrouss, all rights reserved. + +------------------------------------------- */ + +#pragma once + +#include <LibCF/Object.h> + +namespace LibCF +{ + class CFString; + +}
\ No newline at end of file |
