home *** CD-ROM | disk | FTP | other *** search
- /************************************************************************************
- * *
- * CursorStuff.h *
- * *
- * ©1995 Douglas Grounds. All Rights Reserved. *
- * *
- * This file contains functions to spin and set the cursor. If the cursor has *
- * already been set as specified, nothing happens, which avoids continuously *
- * flashing the cursor, which is really annoying. *
- * *
- ************************************************************************************/
-
- extern void myInitCursor (void);
- extern void spinCursor (void);
- extern void mySetCursor (short cursID);