mirror of
https://github.com/mpv-player/mpv
synced 2024-11-11 00:15:33 +01:00
df141d9d82
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4982 b3059339-0415-0410-9bf9-f77b7e298cf2
9 lines
127 B
C
9 lines
127 B
C
|
|
#ifndef __MPLAYER_MAIN
|
|
#define __MPLAYER_MAIN
|
|
|
|
extern int use_gui;
|
|
extern char* current_module;
|
|
extern int fullscreen;
|
|
|
|
#endif |