home *** CD-ROM | disk | FTP | other *** search
- /* ============================================================
- Mouse Cursor file ARROW2.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 cursorARROW2 = {
- 1, 1,
- {0x3fff,0x1fff,0xfff,0x7ff,0x23ff,0x31ff,0x38ff,0x3c7f,
- 0x3e3f,0x301f,0x3f,0xff,0x10ff,0xb87f,0xf87f,0xfcff,
- 0x0,0x4000,0x6000,0x7000,0x5800,0x4c00,0x4600,0x4300,
- 0x4180,0x4fc0,0x7c00,0x6600,0x4600,0x300,0x300,0x0}
- };
-