home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-07-11 | 309 b | 12 lines | [TEXT/MPCC] |
- // LifeFile.h
- // Handle the file operation of Mike's Life
- // Copyright ©1995 Michael D. Crawford. All Rights Reserved.
- // 11 Jun 95 Mike Crawford crawford@scruznet.com
- //
- // Revision History:
- // 11 Jun 95 MDC New today
-
- OSErr DoNewWindow( void );
- OSErr DoSave( void );
- void CloseLifeWindow( WindowPtr win );
-