1
0
forked from 0ad/0ad
0ad/source/lib/os_path.h
janwas 6c99218ce1 forgot to add this file :S
This was SVN commit r5528.
2007-12-23 12:56:40 +00:00

4 lines
154 B
C

typedef fs::path OsPath;
typedef fs::basic_directory_entry<OsPath> OsDirectoryEntry;
typedef fs::basic_directory_iterator<OsPath> OsDirectoryIterator;