From bbe2c77243c541ca7e0075149f5be3262eb89523 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 24 Nov 2025 03:05:29 +0100 Subject: feat! breaking changes on necti sources. Signed-off-by: Amlal El Mahrouss --- src/LibC++/filesystem.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/LibC++/filesystem.h (limited to 'src/LibC++/filesystem.h') diff --git a/src/LibC++/filesystem.h b/src/LibC++/filesystem.h new file mode 100644 index 0000000..807ab0d --- /dev/null +++ b/src/LibC++/filesystem.h @@ -0,0 +1,21 @@ +/* ======================================== + + Copyright (C) 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license. + +======================================== */ + +#ifndef __NECTI_FS_H__ +#define __NECTI_FS_H__ + +#include + +/// @brief Filesystem module for LibC++ + +namespace std { +class path; +class filesystem_error; +class directory_entry; +class directory_iterator; +} // namespace std + +#endif // __NECTI_FS_H__ \ No newline at end of file -- cgit v1.2.3