home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog_oth / pointrlb.lzh / POINTERLIB / SRC / POINTER.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-08-15  |  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.