peerplays-fc/include/fc/filesystem.hpp

10 lines
177 B
C++
Raw Normal View History

2012-09-08 06:41:28 +00:00
#ifndef _FC_FILESYSTEM_HPP_
#define _FC_FILESYSTEM_HPP_
#include <boost/filesystem.hpp>
namespace fc {
typedef boost::filesystem::path path;
}
#endif // _FC_FILESYSTEM_HPP_