Mercurial > mplayer.hg
view Gui/mplayer/gtk/mb.h @ 22932:d8cfd3a1300e
Move TOOLS/cpuinfo.c into the root directory.
author | diego |
---|---|
date | Mon, 09 Apr 2007 11:30:26 +0000 |
parents | 273bdef43012 |
children |
line wrap: on
line source
#ifndef __GUI_MESSAGEBOX_H #define __GUI_MESSAGEBOX_H #include <gtk/gtk.h> extern GtkWidget * gtkMessageBoxText; extern GtkWidget * MessageBox; extern GtkWidget * create_MessageBox( int type ); extern void ShowMessageBox( const char * msg ); #endif