the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 16 lines 526 B view raw
1// Distributed under the Boost Software License, Version 1.0. (See 2// accompanying file LICENSE_1_0.txt or copy at 3// http://www.boost.org/LICENSE_1_0.txt) 4// (C) Copyright 2007 Anthony Williams 5// (C) Copyright 2011-2012 Vicente J. Botet Escriba 6 7#ifndef BOOST_THREAD_LOCKS_HPP 8#define BOOST_THREAD_LOCKS_HPP 9 10#include <boost/thread/lock_algorithms.hpp> 11#include <boost/thread/lock_types.hpp> 12#include <boost/thread/lock_guard.hpp> 13#include <boost/thread/lockable_traits.hpp> 14#include <boost/thread/lock_options.hpp> 15 16#endif