home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / AppKiller 1.2.1 / src / aevent.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-30  |  159 b   |  12 lines  |  [TEXT/CWIE]

  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.