mpv/mplayer.h

11 lines
164 B
C

#ifndef __MPLAYER_MAIN
#define __MPLAYER_MAIN
extern int use_gui;
extern char* current_module;
extern int fullscreen;
extern void exit_player(char* how);
#endif