summaryrefslogtreecommitdiffhomepage
path: root/src/LibC++/filesystem.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-26 22:58:28 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-26 22:58:28 -0500
commite63063f6556aaa759b8af2cc5bf88b89e2dbcfab (patch)
tree551705f187dc1129ef0835ac7d1a56bbb6856340 /src/LibC++/filesystem.h
parentad4deb740e8a358542d59dae2b3c1225c02b50db (diff)
parenteb7f40b000b0b1dc4605113f3f2d7e87003d6d43 (diff)
Merge branch 'dev' of github.com:nekernel-org/necti into dev
Diffstat (limited to 'src/LibC++/filesystem.h')
-rw-r--r--src/LibC++/filesystem.h21
1 files changed, 21 insertions, 0 deletions
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 <LibC++/defines.h>
+
+/// @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