home *** CD-ROM | disk | FTP | other *** search
- /* ============================================================
- Mouse Cursor file TURTLE.C for TCXL version 6.0 and above
- Created by MCD - Mouse Cursor Designer, version 2.00
- MCD is Copyright (C) 1989-92 by Rimrock Software
- All rights reserved.
- TCXL is Copyright 1987-92 by Innovative Data Concepts
- All rights reserved.
- ============================================================ */
- #include <TCXLmou.h>
-
- MouPtrT cursorTURTLE = {
- 0, 4,
- {0xffff,0xffff,0xffff,0xffff,0xfff3,0xfff3,0xffff,0xffff,
- 0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,
- 0xc30,0xc30,0x3c0,0x67e0,0xfff4,0xfff8,0x67e0,0x3c0,
- 0xc30,0xc30,0x0,0x0,0x0,0x0,0x0,0x0}
- };
-