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

#ifndef __MPLAYER_MAIN
#define __MPLAYER_MAIN

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

extern void exit_player(char* how);

#endif