summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/about.h
blob: 9b8337c53e48a2380f4e8779b5b4a51fc56db6f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

#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 /* GUI_ABOUT_H */