home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-14 | 428 b | 17 lines | [TEXT/CWIE] |
- /********************************************************************************/
- //
- // DialogUtil.h
- //
- // Interface for DialogUtil.c
- //
- // Version 1.0
- //
- // Created: 13 May 1996
- // Modified: 14 June 1996
- //
- /********************************************************************************/
-
- extern void DisplayFatalError( Str255 errorString );
- extern void DisplayAlert( Str255 errorString );
- extern void ShowAboutBox( void );
-