home *** CD-ROM | disk | FTP | other *** search
- /* ============================================================
- Mouse Cursor file POINT.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 cursorPOINT = {
- 0, 0,
- {0x9fff,0xfff,0x87ff,0xc3ff,0xe1f9,0xf0f0,0xf061,0xe021,
- 0xc001,0xc001,0x8001,0x8000,0xc000,0xe000,0xf001,0xfc03,
- 0x6000,0x9000,0x4800,0x2400,0x1206,0x909,0xc92,0x1252,
- 0x2922,0x2482,0x5242,0x4901,0x2401,0x1001,0xc02,0x3fc}
- };
-