the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 23 lines 926 B view raw
1/*============================================================================= 2 Boost.Wave: A Standard compliant C++ preprocessor library 3 4 http://www.boost.org/ 5 6 See http://www.boost.org/libs/wave for documentation 7 8 Copyright (c) 2001-2012 Hartmut Kaiser. Distributed under the Boost 9 Software License, Version 1.0. (See accompanying file 10 LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 11=============================================================================*/ 12 13#if !defined(WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED) 14#define WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED 15 16#include <boost/wave/wave_config.hpp> 17#include <boost/wave/cpp_exceptions.hpp> 18#include <boost/wave/cpplexer/cpplexer_exceptions.hpp> 19 20#include <boost/wave/token_ids.hpp> 21#include <boost/wave/cpp_context.hpp> 22 23#endif // !defined(WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED)