mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 21:34:08 -07:00
3 lines
154 B
C
3 lines
154 B
C
typedef fs::path OsPath;
|
|
typedef fs::basic_directory_entry<OsPath> OsDirectoryEntry;
|
|
typedef fs::basic_directory_iterator<OsPath> OsDirectoryIterator;
|