home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Utility Spectacular / Developer / PAPTool / PAPPatch.h < prev    next >
Encoding:
Text File  |  1992-11-29  |  242 b   |  16 lines  |  [TEXT/MPS ]

  1. //    ©1992 Conrad Carlen & Manuel Veloso. All rights reserved.
  2. #ifndef _PAPPATCH_
  3. #define _PAPPATCH_
  4.  
  5. typedef void (*func)(void);
  6.  
  7. extern "C"
  8. {
  9.  
  10. void Install(func thePatchFunction, long yourA5);
  11. void Remove(void);
  12. long myGetA5(void);
  13.  
  14. }
  15.  
  16. #endif