mirror of
https://github.com/mpv-player/mpv
synced 2025-05-06 02:00:05 +00:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25563 b3059339-0415-0410-9bf9-f77b7e298cf2
13 lines
211 B
C
13 lines
211 B
C
|
|
#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 */
|