view loader/debug.h @ 23330:4a38fdda5d72

buggy joystick initialization, works much better without this
author ben
date Sat, 19 May 2007 16:59:24 +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