home *** CD-ROM | disk | FTP | other *** search
- /* ============================================================
- Mouse Cursor file PENCIL3.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 cursorPENCIL3 = {
- 0, 0,
- {0x7ff,0x3ff,0x1ff,0xff,0x7f,0x803f,0xc01f,0xe00f,
- 0xf007,0xf803,0xfc01,0xfe00,0xff00,0xff81,0xffc3,0xffe7,
- 0xf800,0x8400,0x8200,0x8900,0x9c80,0x4e40,0x2720,0x1390,
- 0x9c8,0x4e4,0x252,0x139,0x91,0x42,0x24,0x18}
- };
-