home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / source / luschsrc.sit / setup.h.bin / setup.h
Encoding:
C/C++ Source or Header  |  1990-01-26  |  428 b   |  20 lines  |  [TEXT/KAHL]

  1. /********************************************************************************
  2.  *    setup.h
  3.  *
  4.  *    Initialization Segment Header
  5.  *
  6.  *    Written by Paco Xander Nathan
  7.  *    ⌐1990, Motorola Inc.  Public domain source code.
  8.  ********************************************************************************/
  9.  
  10. #define _H_setup
  11.  
  12.  
  13. #define WatchACUR        128
  14.  
  15.  
  16. /* External Function Prototypes
  17.  */
  18. #ifdef PROTOTYPES
  19. void SetupAppl (void);
  20. #endif