1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-14 19:05:33 +00:00
mpv/Gui/mplayer/gtk/about.h

13 lines
181 B
C
Raw Normal View History

#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