summaryrefslogtreecommitdiffhomepage
path: root/dev/LibC++/filesystem.h
blob: 1095da14c4787ab21660f1dda932da0c2b972634 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* -------------------------------------------

  Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved.

------------------------------------------- */

#ifndef __NECTI_FS_H__
#define __NECTI_FS_H__

namespace std {
class path;
class filesystem_error;
class directory_entry;
class directory_iterator;
}  // namespace std

#endif  // __NECTI_FS_H__