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

12 lines
234 B
C
Raw Normal View History

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