home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-08-11 | 651 b | 19 lines | [TEXT/KAHL] |
- //••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
- // //
- // //
- // Copyright PennyWise Software, 1994. //
- // //
- // Part of the PennyWise Software Application Framework //
- // //
- // //
- // TextWindow.h Written by Peter Kaplan //
- // //
- // //
- //••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
- #ifndef _TextWindow_
- #define _TextWindow_
-
- extern void InitTextWindowHandlers(void);
- extern void TextWindowOpen(FSSpecPtr theSpec);
-
- #endif