summaryrefslogtreecommitdiffhomepage
path: root/Public/Kits/SystemKit/FileAPI.hxx
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-27 14:31:00 +0100
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-27 14:31:00 +0100
commit9244027f113c5d60e5e7952214d1c253b4c203da (patch)
tree57d9d6fb432601930b64f78cb7a852b33992a550 /Public/Kits/SystemKit/FileAPI.hxx
parenta33d9510bd36a9fdb98f291250a025cd4bec8bc1 (diff)
SOM: Worked on Compound objects inside system.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Public/Kits/SystemKit/FileAPI.hxx')
-rw-r--r--Public/Kits/SystemKit/FileAPI.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Public/Kits/SystemKit/FileAPI.hxx b/Public/Kits/SystemKit/FileAPI.hxx
index 7dc3dc74..cc91a8a5 100644
--- a/Public/Kits/SystemKit/FileAPI.hxx
+++ b/Public/Kits/SystemKit/FileAPI.hxx
@@ -15,6 +15,8 @@
using namespace HCore;
+/// @brief OC class, translated to C++
+
class HFile final {
public:
explicit HFile(const char *path);