mirror of
https://github.com/mpv-player/mpv
synced 2024-12-14 10:55:43 +00:00
4c6ce6a195
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6147 b3059339-0415-0410-9bf9-f77b7e298cf2
13 lines
181 B
C
13 lines
181 B
C
|
|
#ifndef __GUI_ABOUT_H
|
|
#define __GUI_ABOUT_H
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
extern GtkWidget * AboutBox;
|
|
|
|
extern GtkWidget * create_About( void );
|
|
extern void ShowAboutBox( void );
|
|
|
|
#endif
|