audio-river/audio/river/debugRemove.h

18 lines
328 B
C

/** @file
* @author Edouard DUPIN
* @copyright 2015, Edouard DUPIN, all right reserved
* @license APACHE v2.0 (see license file)
*/
#pragma once
#undef RIVER_BASE
#undef RIVER_CRITICAL
#undef RIVER_ERROR
#undef RIVER_WARNING
#undef RIVER_INFO
#undef RIVER_DEBUG
#undef RIVER_VERBOSE
#undef RIVER_TODO
#undef RIVER_ASSERT