home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-08-01 | 806 b | 26 lines | [TEXT/KAHL] |
- //••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
- // //
- // //
- // Copyright PennyWise Software, 1994. //
- // //
- // Part of the PennyWise Software Application Framework //
- // //
- // //
- // ErrorDialog.h Written by Peter Kaplan //
- // //
- // //
- //••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
- #ifndef _ERROR_DIALOG_
- #define _ERROR_DIALOG_
-
- #define kSAVE_DIALOG 500
- #define kERROR_DIALOG 501
-
- #define kBTTN_OK 1
- #define kBTTN_CANCEL 2
- #define kBTTN_DONT 3
-
- void ErrorDialog(short theID, short theIndex, unsigned char *theOneString);
- short SaveDialog(unsigned char * theString);
-
- #endif