mirror of
https://github.com/mpv-player/mpv
synced 2024-12-11 01:16:45 +00:00
33d7a129df
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5920 b3059339-0415-0410-9bf9-f77b7e298cf2
11 lines
164 B
C
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 |