home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / mouse / mousecur / point2.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-03-26  |  761 b   |  18 lines

  1. /* ============================================================
  2.    Mouse Cursor file POINT2.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 cursorPOINT2 = {
  12.    0, 0,
  13.   {0x8fff,0x7ff,0x3ff,0x81f3,0xc0e1,0xe040,0xe001,0xc001,
  14.    0x8001,0x8000,0x0,0x0,0x8001,0xc001,0xe003,0xf007,
  15.    0x0,0x7000,0x4800,0x2400,0x120c,0x912,0xc94,0x1254,
  16.    0x2924,0x2482,0x5242,0x4902,0x2404,0x1004,0xff8,0x0}
  17.    };
  18.