mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2024-11-12 21:09:01 +00:00
6b1efc8a15
fix cbind
8 lines
268 B
C++
8 lines
268 B
C++
#ifndef SPROUT_DARKROOM_RENDERERS_HPP
|
|
#define SPROUT_DARKROOM_RENDERERS_HPP
|
|
|
|
#include <sprout/config.hpp>
|
|
#include <sprout/darkroom/renderers/infinity.hpp>
|
|
#include <sprout/darkroom/renderers/whitted_style.hpp>
|
|
|
|
#endif // #ifndef SPROUT_DARKROOM_RENDERERS_HPP
|