mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-19 06:43:58 -07:00
4 lines
154 B
C
4 lines
154 B
C
|
|
typedef fs::path OsPath;
|
||
|
|
typedef fs::basic_directory_entry<OsPath> OsDirectoryEntry;
|
||
|
|
typedef fs::basic_directory_iterator<OsPath> OsDirectoryIterator;
|