view loader/config.h @ 13932:f845791e2823

fix: when doing -loop 0 -shuffle, the arg after shuffle was skipped
author reimar
date Sun, 14 Nov 2004 11:09:56 +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