25 lines
335 B
C++
25 lines
335 B
C++
/**
|
|
* @author Edouard DUPIN
|
|
*
|
|
* @copyright 2014, Edouard DUPIN, all right reserved
|
|
*
|
|
* @license BSD v3 (see license file)
|
|
*/
|
|
|
|
#include <eaudiofx/debug.h>
|
|
#include <eaudiofx/core/Block.h>
|
|
#include <eaudiofx/core/Buffer.h>
|
|
#include <eaudiofx/core/BlockMeta.h>
|
|
|
|
|
|
|
|
eaudiofx::Block::Block() {
|
|
|
|
}
|
|
|
|
eaudiofx::Block::~Block() {
|
|
|
|
}
|
|
|
|
|