diff options
Diffstat (limited to 'dev/LibC++/filesystem.h')
| -rw-r--r-- | dev/LibC++/filesystem.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev/LibC++/filesystem.h b/dev/LibC++/filesystem.h new file mode 100644 index 0000000..5923bec --- /dev/null +++ b/dev/LibC++/filesystem.h @@ -0,0 +1,18 @@ +/* ------------------------------------------- + + Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. + +------------------------------------------- */ + +#ifndef __TOOLCHAINKIT_FS_H__ +#define __TOOLCHAINKIT_FS_H__ + +namespace std +{ + class path; + class filesystem_error; + class directory_entry; + class directory_iterator; +} + +#endif // __TOOLCHAINKIT_FS_H__
\ No newline at end of file |
