home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Eudora 1.3.1 / source / Include / cursor.h < prev    next >
Encoding:
Text File  |  1993-03-16  |  492 b   |  13 lines  |  [TEXT/MPS ]

  1. /* Copyright (c) 1990-1992 by the University of Illinois Board of Trustees */
  2. /************************************************************************
  3.  * declarations for routines to handle the cursor
  4.  ************************************************************************/
  5. void CycleBalls(void);
  6. void CyclePendulum(void);
  7. void SetCursorByLocation(void);
  8. void SetMyCursor(int cursor);
  9. void PushCursor(int cursor);
  10. void PopCursor(void);
  11. void SetTopCursor(int cursor);
  12. #define arrowCursor 0
  13.