view loader/debug.h @ 22614:0c811221c415

add mute bind which has been default for a while, any other missing defaults?
author compn
date Fri, 16 Mar 2007 13:59:02 +0000
parents a2e02e6b6379
children 6ac1ece1f9fe
line wrap: on
line source

#ifdef DEBUG
#define TRACE printf
#define dbg_printf printf
#else
#define TRACE(...)
#define dbg_printf(...)
#endif