1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-14 02:45:43 +00:00
mpv/gui/mplayer/gtk/mb.h

13 lines
211 B
C
Raw Normal View History

#ifndef GUI_MB_H
#define GUI_MB_H
#include <gtk/gtk.h>
extern GtkWidget * MessageBox;
extern GtkWidget * create_MessageBox( int type );
extern void ShowMessageBox( const char * msg );
#endif /* GUI_MB_H */