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

  1. /* ============================================================
  2.    Mouse Cursor file T.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 cursorT = {
  12.    6, 14,
  13.   {0x8007,0x3,0x3,0x3,0x843,0x9867,0xf87f,0xf87f,
  14.    0xf87f,0xf87f,0xf87f,0xf87f,0xf87f,0xf03f,0xf03f,0xf87f,
  15.    0x0,0x7ff8,0x7ff8,0x6318,0x6318,0x300,0x300,0x300,
  16.    0x300,0x300,0x300,0x300,0x300,0x780,0x780,0x0}
  17.    };
  18.