view gui/mplayer/gtk/about.h @ 24803:e90b7faa8aec

vp6vfw can decode vp6f too
author compn
date Sun, 21 Oct 2007 18:29:38 +0000
parents 3f0d00abc073
children 3baf6a2283da
line wrap: on
line source


#ifndef GUI_ABOUT_H
#define GUI_ABOUT_H

#include <gtk/gtk.h>

extern GtkWidget * About;

extern GtkWidget * create_About( void );
extern void ShowAboutBox( void );

#endif