view mplayer.h @ 5221:533a58023392

splitted mp_msg_init and mp_msg_set_level
author alex
date Wed, 20 Mar 2002 15:22:48 +0000
parents bfc652fc7f43
children 60cf2bca993f
line wrap: on
line source


#ifndef __MPLAYER_MAIN
#define __MPLAYER_MAIN

extern int use_gui;
extern char* current_module;
extern int fullscreen;

#endif