home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 13 / MA_Cover_13.bin / source / c / db3.6-beta-src / pointers.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-12-03  |  235 b   |  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);