home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-08-05 | 651 b | 21 lines | [TEXT/KAHL] |
- //••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
- // //
- // //
- // Copyright PennyWise Software, 1994. //
- // //
- // Part of the PennyWise Software Application Framework //
- // //
- // //
- // PWAboutBox.h Written by Peter Kaplan //
- // //
- // //
- //••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
- #ifndef _PW_ABOUT_BOX_
- #define _PW_ABOUT_BOX_
-
- #define ABOUT_DIALOG 130
- #define ABOUT_PICT 130
-
- extern void DoAboutDialog(void);
-
- #endif