summaryrefslogtreecommitdiffhomepage
path: root/include/LibNectarCore/filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/LibNectarCore/filesystem.h')
-rw-r--r--include/LibNectarCore/filesystem.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/LibNectarCore/filesystem.h b/include/LibNectarCore/filesystem.h
new file mode 100644
index 0000000..daac4c1
--- /dev/null
+++ b/include/LibNectarCore/filesystem.h
@@ -0,0 +1,18 @@
+// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
+// Licensed under the Apache License, Version 2.0 (See accompanying
+// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
+// Official repository: https://github.com/nekernel-org/nectar
+
+#ifndef __NECTAR_FS_H__
+#define __NECTAR_FS_H__
+
+class path;
+class filesystem_error;
+class directory_entry;
+class directory_iterator;
+
+#ifndef __nec_lib_filesystem
+#define __nec_lib_filesystem 201703L
+#endif
+
+#endif // __NECTAR_FS_H__