view loader/config.h @ 13436:0c5197fb6c2d

Better lumi/dark_masking descriptions, tips for 4mv and autoaspect and 10l fix
author gpoirier
date Wed, 22 Sep 2004 15:03: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