home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-03-16 | 492 b | 13 lines | [TEXT/MPS ] |
- /* Copyright (c) 1990-1992 by the University of Illinois Board of Trustees */
- /************************************************************************
- * declarations for routines to handle the cursor
- ************************************************************************/
- void CycleBalls(void);
- void CyclePendulum(void);
- void SetCursorByLocation(void);
- void SetMyCursor(int cursor);
- void PushCursor(int cursor);
- void PopCursor(void);
- void SetTopCursor(int cursor);
- #define arrowCursor 0
-