Sprout/sprout/iterator/wave.hpp

11 lines
344 B
C++
Raw Normal View History

#ifndef SPROUT_ITERATOR_WAVE_HPP
#define SPROUT_ITERATOR_WAVE_HPP
#include <sprout/config.hpp>
#include <sprout/iterator/sinusoid_iterator.hpp>
#include <sprout/iterator/sawtooth_iterator.hpp>
#include <sprout/iterator/triangle_iterator.hpp>
#include <sprout/iterator/square_iterator.hpp>
#endif // #ifndef SPROUT_ITERATOR_WAVE_HPP