[DEV] rename lib river in audio::river
This commit is contained in:
21
audio/river/debugRemove.h
Normal file
21
audio/river/debugRemove.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/** @file
|
||||
* @author Edouard DUPIN
|
||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||
* @license APACHE v2.0 (see license file)
|
||||
*/
|
||||
|
||||
#ifdef __AUDIO_RIVER_DEBUG_H__
|
||||
#undef __AUDIO_RIVER_DEBUG_H__
|
||||
|
||||
#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
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user