view mplayer.h @ 6297:b659e476559e

Some more "teamwork", changed references to -users into links, clarified some entries and removed an entry saying that the DVD FAQs are in cd-dvd.html. 10l for not spotting that last one while moving the DVD-FAQs from cd-dvd.html.
author diego
date Tue, 04 Jun 2002 07:42:50 +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