1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-07 07:30:09 +00:00
mpv/Gui/mplayer/gtk/mb.h

12 lines
175 B
C
Raw Normal View History

#ifndef __GUI_MESSAGEBOX_H
#define __GUI_MESSAGEBOX_H
#include <gtk/gtk.h>
extern GtkWidget * gtkMessageBoxText;
extern GtkWidget * create_MessageBox( int type );
#endif