Sprout/sprout/darkroom/renderers.hpp

16 lines
673 B
C++
Raw Normal View History

2013-08-08 09:54:33 +00:00
/*=============================================================================
Copyright (c) 2011-2013 Bolero MURAKAMI
https://github.com/bolero-MURAKAMI/Sprout
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
=============================================================================*/
2011-11-26 06:20:35 +00:00
#ifndef SPROUT_DARKROOM_RENDERERS_HPP
#define SPROUT_DARKROOM_RENDERERS_HPP
#include <sprout/config.hpp>
2012-08-13 14:55:30 +00:00
#include <sprout/darkroom/renderers/infinity.hpp>
2011-11-26 06:20:35 +00:00
#include <sprout/darkroom/renderers/whitted_style.hpp>
#endif // #ifndef SPROUT_DARKROOM_RENDERERS_HPP