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

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

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

#ifndef __LIBCOMPILER_FS_H__
#define __LIBCOMPILER_FS_H__

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

#endif // __LIBCOMPILER_FS_H__