home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #3 / amigamamagazinepolishissue1998.iso / bazy / db3.4 / pointers.h < prev    next >
C/C++ Source or Header  |  1995-12-03  |  235b  |  8 lines

  1.  
  2. #include <intuition/intuition.h>
  3.  
  4. enum PointerType { NormalPointer, LRPointer, UDPointer, MovePointer };
  5.  
  6. /* our function prototypes */
  7. void ChangePointer(struct Window *win, char pointertype);
  8. void RestorePointer(struct Window *win);