home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / source / appkill.cpt / aevent.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-03-15  |  159 b   |  12 lines

  1. /*
  2. ** aevent.h
  3. **
  4. ** definitions for aevent.c -- my apple events code
  5. */
  6.  
  7. #define AK_EventClass  'APKL'
  8.  
  9. void InitAEs(void);
  10. void DoAppleEvent(EventRecord*);
  11.  
  12.