mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-16 10:49:05 +00:00
8 lines
203 B
C++
8 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
|