#ifndef _WMVDEBUG_H_
#define _WMVDEBUG_H_


void wmvdebug_on (int ref);

void wmvdebug_off (int ref);

void wmvdebug_log (int ref);


#endif