home *** CD-ROM | disk | FTP | other *** search
- /* ============================================================
- Mouse Cursor file POINTER.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 cursorPOINTER = {
- 14, 5,
- {0xe1ff,0xc0ff,0x807f,0x3,0x1,0x0,0x1,0x3,
- 0x1f,0x1f,0x3f,0x803f,0xc07f,0xe0ff,0xffff,0xffff,
- 0x0,0x1e00,0x2100,0x4100,0x47fc,0x4002,0x43fc,0x4020,
- 0x43c0,0x4040,0x4380,0x2080,0x1f00,0x0,0x0,0x0}
- };
-