view loader/config.h @ 13400:a06b071fa157

Document the new portable anymap and md5sum video output drivers.
author ivo
date Mon, 20 Sep 2004 01:56:20 +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