view loader/config.h @ 11161:8b35597948e7

Massive consistency and spelling update inspired by Torinthiel. -vop --> -vf punctuation marks right after words (XXX), not ( XXX ) Spelling: FFmpeg, BMP, TGA, PNG, LAN
author diego
date Fri, 17 Oct 2003 12:07:02 +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