diff options
Diffstat (limited to 'src/lib/sndfile_content.h')
| -rw-r--r-- | src/lib/sndfile_content.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/sndfile_content.h b/src/lib/sndfile_content.h new file mode 100644 index 000000000..382e55c40 --- /dev/null +++ b/src/lib/sndfile_content.h @@ -0,0 +1,7 @@ +#include "audio_content.h" + +class SndfileContent : public AudioContent +{ +public: + +}; |
