11 lines
129 B
C
11 lines
129 B
C
|
|
|
|
#include "StdDbg.h"
|
|
|
|
#if DBG==1
|
|
DECLARE_DEBUG(AMCCore)
|
|
#define DBG_COMP AMCCoreInfoLevel
|
|
|
|
#endif //DEBUG
|
|
|