Mercurial > mplayer.hg
view mplayer.h @ 6121:a239d68bd0d8
small fixes, updates
author | gabucino |
---|---|
date | Sun, 19 May 2002 17:28:05 +0000 |
parents | 60cf2bca993f |
children | cf2c2b92d1a7 |
line wrap: on
line source
#ifndef __MPLAYER_MAIN #define __MPLAYER_MAIN extern int use_gui; extern char* current_module; extern int fullscreen; extern void exit_player(char* how); #endif