home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Games / Life 1.0d2 / LifeFile.h < prev    next >
Encoding:
Text File  |  1995-07-11  |  309 b   |  12 lines  |  [TEXT/MPCC]

  1. // LifeFile.h
  2. // Handle the file operation of Mike's Life
  3. // Copyright ©1995 Michael D. Crawford.  All Rights Reserved.
  4. // 11 Jun 95 Mike Crawford crawford@scruznet.com
  5. //
  6. // Revision History:
  7. // 11 Jun 95    MDC    New today
  8.  
  9. OSErr DoNewWindow( void );
  10. OSErr DoSave( void );
  11. void CloseLifeWindow( WindowPtr win );
  12.