summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/about.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/mplayer/gtk/about.h')
-rw-r--r--gui/mplayer/gtk/about.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/gui/mplayer/gtk/about.h b/gui/mplayer/gtk/about.h
new file mode 100644
index 0000000000..66d5f147ae
--- /dev/null
+++ b/gui/mplayer/gtk/about.h
@@ -0,0 +1,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