Sprout/sprout/darkroom/objects.hpp

19 lines
806 B
C++
Raw Normal View History

2013-08-08 09:54:33 +00:00
/*=============================================================================
2016-02-25 09:48:28 +00:00
Copyright (c) 2011-2016 Bolero MURAKAMI
2013-08-08 09:54:33 +00:00
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_OBJECTS_HPP
#define SPROUT_DARKROOM_OBJECTS_HPP
#include <sprout/config.hpp>
#include <sprout/darkroom/objects/intersect.hpp>
2013-09-24 01:05:47 +00:00
#include <sprout/darkroom/objects/object_list.hpp>
2011-11-26 06:20:35 +00:00
#include <sprout/darkroom/objects/sphere.hpp>
#include <sprout/darkroom/objects/aa_plane.hpp>
2013-04-21 04:30:30 +00:00
#include <sprout/darkroom/objects/polygon.hpp>
2011-11-26 06:20:35 +00:00
#endif // #ifndef SPROUT_DARKROOM_OBJECTS_HPP