diff Gui/interface.h @ 16374:e2e231134056

Remove many annoying GTK includes in every compile line and remove GTK stuff from mp_msg by using a wrapper function.
author ods15
date Sat, 03 Sep 2005 15:19:52 +0000
parents 21e72b6d8d11
children 0e1471d9da74
line wrap: on
line diff
--- a/Gui/interface.h	Sat Sep 03 14:41:09 2005 +0000
+++ b/Gui/interface.h	Sat Sep 03 15:19:52 2005 +0000
@@ -150,6 +150,7 @@
 extern void guiEventHandling( void );
 extern void guiLoadFont( void );
 extern void guiLoadSubtitle( char * name );
+extern void guiMessageBox(int level, char * str);
 
 typedef struct _plItem 
 {