view mplayer.h @ 6306:786ab42c10be

Extend maximum mp_msg message size, some translations need it or help message will be cutted.
author atmos4
date Wed, 05 Jun 2002 02:24:35 +0000
parents cf2c2b92d1a7
children e9bd97d5c5cc
line wrap: on
line source


#ifndef __MPLAYER_MAIN
#define __MPLAYER_MAIN

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

extern void exit_player(char* how);

#endif