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

#ifndef __MPLAYER_MAIN
#define __MPLAYER_MAIN

extern int use_gui;
extern char* current_module;

#endif