mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
12 lines
439 B
C++
12 lines
439 B
C++
#ifndef SPROUT_COMPOST_WAVES_HPP
|
|
#define SPROUT_COMPOST_WAVES_HPP
|
|
|
|
#include <sprout/config.hpp>
|
|
#include <sprout/compost/waves/blanked.hpp>
|
|
#include <sprout/compost/waves/sinusoidal.hpp>
|
|
#include <sprout/compost/waves/sawtooth_wave.hpp>
|
|
#include <sprout/compost/waves/triangle_wave.hpp>
|
|
#include <sprout/compost/waves/square_wave.hpp>
|
|
#include <sprout/compost/waves/white_noise.hpp>
|
|
|
|
#endif // #ifndef SPROUT_COMPOST_WAVES_HPP
|