view mplayer.h @ 6339:637a29345340

split msgsm from msnaudio, because msnaudio doesn;'t support old (0x31) msgsm files - noticed & sample by Haas Wernfried <amnenion@xover.htu.tuwien.ac.at>
author arpi
date Sat, 08 Jun 2002 14:17:41 +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