00001 // This is core/vgui/vgui_error_dialog.h 00002 #ifndef vgui_error_dialog_h_ 00003 #define vgui_error_dialog_h_ 00004 //: 00005 // \file 00006 // \author awf@robots.ox.ac.uk 00007 // \date 04 Oct 00 00008 // \brief Display an error dialog box. 00009 00010 //: Pop up an error dialog, and wait for the user to dismiss it. 00011 void vgui_error_dialog(char const* message); 00012 00013 #endif // vgui_error_dialog_h_