mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2024-11-12 21:09:01 +00:00
73ead93fe5
add range adapter reversed, replaced, filtered
9 lines
301 B
C++
9 lines
301 B
C++
#ifndef SPROUT_DARKROOM_OBJECTS_HPP
|
|
#define SPROUT_DARKROOM_OBJECTS_HPP
|
|
|
|
#include <sprout/config.hpp>
|
|
#include <sprout/darkroom/objects/intersect.hpp>
|
|
#include <sprout/darkroom/objects/sphere.hpp>
|
|
#include <sprout/darkroom/objects/aa_plane.hpp>
|
|
|
|
#endif // #ifndef SPROUT_DARKROOM_OBJECTS_HPP
|