home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / source / luschsrc.sit / about.h < prev    next >
Text File  |  1990-05-23  |  425b  |  18 lines

  1. /********************************************************************************
  2.  *    about.h
  3.  *
  4.  *    About Dialog Header
  5.  *
  6.  *    Written by Paco Xander Nathan
  7.  *    ⌐1990, Motorola Inc.  Public domain source code.
  8.  ********************************************************************************/
  9.  
  10. #define _H_about
  11.  
  12.  
  13. /* External Funtion Prototypes
  14.  */
  15. #ifdef PROTOTYPES
  16. void AboutAppl (void);
  17. void AboutEvent (short itemNum);
  18. #endif