home *** CD-ROM | disk | FTP | other *** search
- /* ============================================================
- Mouse Cursor file PENCIL2.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 cursorPENCIL2 = {
- 1, 1,
- {0xfff,0x7ff,0x3ff,0x1ff,0x80ff,0xc07f,0xe03f,0xf01f,
- 0xf80f,0xfc07,0xfe03,0xff01,0xff80,0xffc1,0xffe3,0xfff7,
- 0x0,0x7000,0x6800,0x4400,0x2200,0x1100,0x880,0x440,
- 0x220,0x110,0x88,0x5c,0x3e,0x1c,0x8,0x0}
- };
-