view Gui/interface.h @ 4798:c39affa2b376

new interface ? :)
author pontscho
date Thu, 21 Feb 2002 22:48:47 +0000
parents
children 3473ca9ef158
line wrap: on
line source


#ifndef _INTERFACE_H
#define _INTERFACE_H

#include "mplayer/play.h"
#include "../mplayer.h"

#define guiXEvent 0
#define guiCEvent 1

extern void guiGetEvent( int type,char * arg );
extern void guiEventHandling( void );

#endif