mirror of
https://github.com/mpv-player/mpv
synced 2024-12-27 09:32:40 +00:00
af8bd4f394
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6281 b3059339-0415-0410-9bf9-f77b7e298cf2
12 lines
186 B
C
12 lines
186 B
C
|
|
#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 |