view mplayer.h @ 6436:a2eb6f519855

Background now set by CSS, added doctype and charset. Properly closed all tags, quoted attributes with # and %, removed bogus <P> tags around block elements, do not put block elements in inline elements, some typos and cosmetic changes.
author diego
date Sat, 15 Jun 2002 19:47:10 +0000
parents e9bd97d5c5cc
children f554e7271587
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