view mplayer.h @ 5367:658ea5d7316a

Allow to disable crasj sighandler to enable creation of coredump files.
author atmos4
date Wed, 27 Mar 2002 03:45:55 +0000
parents bfc652fc7f43
children 60cf2bca993f
line wrap: on
line source


#ifndef __MPLAYER_MAIN
#define __MPLAYER_MAIN

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

#endif