home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 493.lha / PointerLib / src / Pointer.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-04-06  |  205 b   |  15 lines

  1.  
  2.   /*******************************/
  3.  /* Pointer.library Header File */
  4. /*******************************/
  5.  
  6. struct Pointer
  7. {
  8.     USHORT*    Data;
  9.     long Height;
  10.     long Width;
  11.     long XOff;
  12.     long YOff;
  13.     long Size;
  14. };
  15.