the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 16 lines 493 B view raw
1// include.hpp ---------------------------------------------------------------// 2 3// Copyright 2011 Vicente J. Botet Escriba 4 5// Distributed under the Boost Software License, Version 1.0. 6// See http://www.boost.org/LICENSE_1_0.txt 7 8#ifndef BOOST_RATIO_INCLUDE_HPP 9#define BOOST_RATIO_INCLUDE_HPP 10 11#include <boost/ratio/ratio.hpp> 12#include <boost/ratio/ratio_io.hpp> 13#ifdef BOOST_RATIO_EXTENSIONS 14#include <boost/ratio/mpl/rational_constant.hpp> 15#endif 16#endif // BOOST_RATIO_INCLUDE_HPP