mirror of
https://github.com/mpv-player/mpv
synced 2024-10-30 04:46:41 +01:00
89e9c29aff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6336 b3059339-0415-0410-9bf9-f77b7e298cf2
13 lines
187 B
C
13 lines
187 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
|