From 6c99218ce114c28b2105f23a675d000075dce453 Mon Sep 17 00:00:00 2001 From: janwas Date: Sun, 23 Dec 2007 12:56:40 +0000 Subject: [PATCH] forgot to add this file :S This was SVN commit r5528. --- source/lib/os_path.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 source/lib/os_path.h diff --git a/source/lib/os_path.h b/source/lib/os_path.h new file mode 100644 index 0000000000..b807887450 --- /dev/null +++ b/source/lib/os_path.h @@ -0,0 +1,3 @@ +typedef fs::path OsPath; +typedef fs::basic_directory_entry OsDirectoryEntry; +typedef fs::basic_directory_iterator OsDirectoryIterator;