summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/about.h
blob: 155f71566ef317199b12528d3044b6401547cb2d (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef MPLAYER_GUI_ABOUT_H
#define MPLAYER_GUI_ABOUT_H

#include <gtk/gtk.h>

extern GtkWidget * About;

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

#endif /* MPLAYER_GUI_ABOUT_H */