view loader/config.h @ 19774:109e241c0cca

in mp_dvdnav_handle_input() assign the currently selected button, shown in the OSD by main()
author nicodvb
date Sat, 09 Sep 2006 22:40:22 +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