view loader/config.h @ 15502:ef7349907cf4

8bit palette mode support (and spurious ^M removal)
author henry
date Wed, 18 May 2005 10:44:45 +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