mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-02-04 21:33:56 +00:00
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
|