home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / System / Swatch / Development / swatch 1.2 / swatch INIT / init.main.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-10-12  |  292 b   |  23 lines  |  [TEXT/KAHL]

  1. /**
  2.  
  3.     init.main.c
  4.     Copyright (c) 1990, joe holt
  5.  
  6.  **/
  7.  
  8.  
  9. #ifndef _H_INIT_MAIN
  10. #define _H_INIT_MAIN
  11.  
  12.  
  13. /*******************************************************************************
  14.  **
  15.  **    Public Functions
  16.  **
  17.  **/
  18.  
  19. void DaDoRunRun( EventRecord *evtPtr );
  20.  
  21.  
  22. #endif  /* ifndef _H_INIT_MAIN */
  23.