summaryrefslogtreecommitdiffstats
path: root/mplayer.h
blob: 76cfaa1af6d6a5f6c878260a1fe99a667fe71bce (plain)
1
2
3
4
5
6
7
8
9

#ifndef __MPLAYER_MAIN
#define __MPLAYER_MAIN

extern int use_gui;
extern char* current_module;
extern int fullscreen;

#endif