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

  1.  
  2.   /**********************************/
  3.  /* Pointer.library Prototype File */
  4. /**********************************/
  5.  
  6. void SetBusyPointer( struct Window *window );
  7. struct Pointer* LoadPointer( char *filename );
  8. void FreePointer( struct Pointer *OldPointer );
  9.