Added a real GUI message box to Sys_ErrorDialog() on Mac OS X.

Fixes Bugzilla #3654.
This commit is contained in:
Ryan C. Gordon 2009-09-15 05:38:27 +00:00
parent d03120f0b0
commit f8604a64f4
4 changed files with 63 additions and 0 deletions

View file

@ -46,6 +46,7 @@ unsigned int CON_LogRead( char *out, unsigned int outSize );
#ifdef MACOS_X
char *Sys_StripAppBundle( char *pwd );
void Sys_Cocoa_MsgBox( const char *text );
#endif
void Sys_GLimpSafeInit( void );