home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 488.lha / ZZ-Pointer / zz_pointer.h < prev   
C/C++ Source or Header  |  1991-02-08  |  432b  |  19 lines

  1. /**************************************
  2. *  ZZ_POINTER.H  08/05/90
  3. *  Written by Timm Martin
  4. *  This source code is public domain.
  5. ***************************************/
  6.  
  7. #ifndef ZZ_POINTER_H
  8. #define ZZ_POINTER_H
  9.  
  10. extern USHORT *zz_pointer;
  11.  
  12. extern void zz_pointer_close( void );
  13. extern BOOL zz_pointer_open( void );
  14.  
  15. #define ZZ_POINTER(w) SetPointer(w,zz_pointer,25L,16L,-7L,-11L)
  16. #define CLEAR_POINTER(w) ClearPointer(w)
  17.  
  18. #endif
  19.