the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at master 20 lines 684 B view raw
1// boost/filesystem.hpp --------------------------------------------------------------// 2 3// Copyright Beman Dawes 2010 4 5// Distributed under the Boost Software License, Version 1.0. 6// See http://www.boost.org/LICENSE_1_0.txt 7 8// Library home page: http://www.boost.org/libs/filesystem 9 10//--------------------------------------------------------------------------------------// 11 12#ifndef BOOST_FILESYSTEM_FILESYSTEM_HPP 13#define BOOST_FILESYSTEM_FILESYSTEM_HPP 14 15# include <boost/filesystem/config.hpp> 16# include <boost/filesystem/path.hpp> 17# include <boost/filesystem/operations.hpp> 18# include <boost/filesystem/convenience.hpp> 19 20#endif // BOOST_FILESYSTEM_FILESYSTEM_HPP