Mercurial > mplayer.hg
view Gui/mplayer/gtk/opts.h @ 6195:39805251ef61
Downloads w32codecs from M$, script by Tom Lees <tal26 at cam.ac.uk>
author | atmos4 |
---|---|
date | Sun, 26 May 2002 12:50:58 +0000 |
parents | d47cbcdce1a8 |
children | 77980ab4e296 |
line wrap: on
line source
#ifndef _GUI_OPTS_H #define _GUI_OPTS_H #include <gtk/gtk.h> void HideOptions( void ); GtkWidget * create_Options( void ); #endif