15 lines
336 B
C++
15 lines
336 B
C++
/** @file
|
|
* @author Edouard DUPIN
|
|
* @copyright 2014, Edouard DUPIN, all right reserved
|
|
* @license APACHE v2.0 (see license file)
|
|
*/
|
|
#pragma once
|
|
|
|
#include <audio/blockEngine/core/audio.hpp>
|
|
#include <audio/blockEngine/core/Block.hpp>
|
|
#include <audio/blockEngine/core/Buffer.hpp>
|
|
#include <audio/blockEngine/core/Processing.hpp>
|
|
|
|
|
|
|