view loader/config.h @ 16509:d3ddabb15d4d

The s key is now used for taking screenshots.
author diego
date Sat, 17 Sep 2005 19:58:13 +0000
parents 496fbdabeb7c
children
line wrap: on
line source

#include "../config.h"

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