Sprout/sprout/compost/waves.hpp
bolero-MURAKAMI d01ee064e2 fix weed warnings.
add compost library.
2012-11-09 01:09:49 +09:00

11 lines
394 B
C++

#ifndef SPROUT_COMPOST_WAVES_HPP
#define SPROUT_COMPOST_WAVES_HPP
#include <sprout/config.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