ege/ege/AudioElement.h

19 lines
230 B
C++

/**
* @author Edouard DUPIN
*
* @copyright 2011, Edouard DUPIN, all right reserved
*
* @license BSD v3 (see license file)
*/
#ifndef __EGE_AUDIO_ELEMENT_H__
#define __EGE_AUDIO_ELEMENT_H__
namespace ege {
};
#endif