home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 3 / MA_Cover_3.iso / bazy / db3.4 / 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);