audio-river/test/testAEC.h
2015-03-03 23:17:43 +01:00

21 lines
328 B
C++

/** @file
* @author Edouard DUPIN
* @copyright 2015, Edouard DUPIN, all right reserved
* @license APACHE v2.0 (see license file)
*/
#ifndef __RIVER_TEST_AEC_H__
#define __RIVER_TEST_AEC_H__
#undef __class__
#define __class__ "test_aec"
namespace river_test_aec {
};
#undef __class__
#define __class__ nullptr
#endif