view mplayer.h @ 5220:4afbe13150e6

splitted mp_msg_init and mp_msg_set_level and added i18n support to init
author alex
date Wed, 20 Mar 2002 15:14:59 +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