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

  1. /* ============================================================
  2.    Mouse Cursor file AXE.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 cursorAXE = {
  12.    2, 7,
  13.   {0xfdff,0xf8ff,0xf07f,0xe03f,0xc07f,0x80ff,0x7f,0x803f,
  14.    0xc41f,0xee0f,0xff07,0xff83,0xffc1,0xffe0,0xfff1,0xfffb,
  15.    0x0,0x200,0x500,0xe80,0x1f00,0x3e00,0x5d00,0x2a80,
  16.    0x1140,0xa0,0x50,0x28,0x14,0xe,0x4,0x0}
  17.    };
  18.