the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 18 lines 407 B view raw
1#ifndef BOOST_ATOMIC_HPP 2#define BOOST_ATOMIC_HPP 3 4// Copyright (c) 2011 Helge Bahmann 5// 6// Distributed under the Boost Software License, Version 1.0. 7// See accompanying file LICENSE_1_0.txt or copy at 8// http://www.boost.org/LICENSE_1_0.txt) 9 10// This header includes all Boost.Atomic public headers 11 12#include <boost/atomic/atomic.hpp> 13 14#ifdef BOOST_ATOMIC_HAS_PRAGMA_ONCE 15#pragma once 16#endif 17 18#endif