diff gui/dialog/msgbox.h @ 36031:8ae2e20462a7

Move variable declarations and definitions where they belong.
author ib
date Sun, 31 Mar 2013 22:45:25 +0000
parents 4a5fcdaf31ff
children cc70b0fb8d36
line wrap: on
line diff
--- a/gui/dialog/msgbox.h	Sun Mar 31 22:41:03 2013 +0000
+++ b/gui/dialog/msgbox.h	Sun Mar 31 22:45:25 2013 +0000
@@ -22,6 +22,9 @@
 #include <gtk/gtk.h>
 
 extern GtkWidget * MessageBox;
+extern GtkWidget * WarningPixmap;
+extern GtkWidget * ErrorPixmap;
+extern GtkWidget * gtkMessageBoxText;
 
 void ShowMessageBox( const char * msg );