home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD2.img / d4xx / d446 / pointerlib / src / pointer_proto.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-01-28  |  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.