view loader/config.h @ 11315:f7ee031a6a37

forgot to commit fftheora entry, but it's only support by g2 til now
author alex
date Wed, 29 Oct 2003 14:36:42 +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