home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / MCD200.ZIP / MCD-2.EXE / BIGBALL.C < prev    next >
Encoding:
C/C++ Source or Header  |  1992-03-26  |  758 b   |  18 lines

  1. /* ============================================================
  2.    Mouse Cursor file BIGBALL.C for TCXL version 6.0 and above
  3.        Created by MCD - Mouse Cursor Designer, version 2.00
  4.          MCD is Copyright (C) 1989-92 by Rimrock Software
  5.                        All rights reserved.
  6.        TCXL is Copyright 1987-92 by Innovative Data Concepts
  7.                        All rights reserved.
  8.    ============================================================ */
  9. #include <TCXLmou.h>
  10.  
  11. MouPtrT cursorBIGBALL = {
  12.    7, 8,
  13.   {0xf81f,0xf00f,0xe007,0xc003,0x8001,0x8001,0x0,0x0,
  14.    0x0,0x0,0x8001,0x8001,0xc003,0xe007,0xf00f,0xf81f,
  15.    0x0,0x7e0,0xbf0,0x11f8,0x207c,0x203c,0x403e,0x401e,
  16.    0x400e,0x400e,0x200c,0x200c,0x1008,0x810,0x7e0,0x0}
  17.    };
  18.