home *** CD-ROM | disk | FTP | other *** search
- /* ============================================================
- Mouse Cursor file ERASER.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 cursorERASER = {
- 2, 2,
- {0xf3ff,0xe1ff,0xc0ff,0x807f,0x3f,0x1f,0x800f,0xc007,
- 0xe003,0xf001,0xf801,0xfc01,0xfe03,0xff07,0xff8f,0xffdf,
- 0x0,0xc00,0x1a00,0x3100,0x6080,0x7040,0x2820,0x1410,
- 0xa08,0x504,0x28c,0x154,0xa8,0x70,0x20,0x0}
- };
-