diff options
Diffstat (limited to 'include/CoreRuntimeKit/C++/filesystem')
| -rw-r--r-- | include/CoreRuntimeKit/C++/filesystem | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/include/CoreRuntimeKit/C++/filesystem b/include/CoreRuntimeKit/C++/filesystem new file mode 100644 index 0000000..46d1310 --- /dev/null +++ b/include/CoreRuntimeKit/C++/filesystem @@ -0,0 +1,19 @@ +/* ======================================== + + Copyright (C) 2024-2025 Amlal El Mahrouss, licensed under the Apache 2.0 license. + +======================================== */ + +#ifndef __NECTAR_FS_H__ +#define __NECTAR_FS_H__ + +#include <defines> + +namespace std { +class path; +class filesystem_error; +class directory_entry; +class directory_iterator; +} // namespace std + +#endif // __NECTAR_FS_H__ |
