mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-01-23 20:46:37 +00:00
d01ee064e2
add compost library.
7 lines
203 B
C++
7 lines
203 B
C++
#ifndef SPROUT_COMPOST_FORMATS_HPP
|
|
#define SPROUT_COMPOST_FORMATS_HPP
|
|
|
|
#include <sprout/config.hpp>
|
|
#include <sprout/compost/formats/as_pcm_wave.hpp>
|
|
|
|
#endif // #ifndef SPROUT_COMPOST_FORMATS_HPP
|