mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-26 07:28:07 +00:00
6c99218ce1
This was SVN commit r5528.
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;
|