2001-05-08 12:59:03 +00:00
|
|
|
|
|
|
|
#ifndef __MPLAYER_MAIN
|
|
|
|
#define __MPLAYER_MAIN
|
|
|
|
|
2002-02-21 22:48:47 +00:00
|
|
|
extern int use_gui;
|
2002-02-23 15:12:55 +00:00
|
|
|
extern char* current_module;
|
2002-03-07 17:50:25 +00:00
|
|
|
extern int fullscreen;
|
2001-05-08 12:59:03 +00:00
|
|
|
|
|
|
|
#endif
|