20 lines
329 B
C
Raw Normal View History

2014-03-07 23:48:09 +01:00
/**
* @author Edouard DUPIN
*
* @copyright 2014, Edouard DUPIN, all right reserved
*
* @license BSD v3 (see license file)
*/
#ifndef __EAUDIOFX_H__
#define __EAUDIOFX_H__
#include <eaudiofx/core/audio.h>
#include <eaudiofx/core/Block.h>
#include <eaudiofx/core/Buffer.h>
#include <eaudiofx/core/Processing.h>
#endif