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

  1. /* ============================================================
  2.    Mouse Cursor file SWORD.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 cursorSWORD = {
  12.    5, 14,
  13.   {0xfbff,0xf1ff,0xe0bf,0xe01f,0xc01f,0x803f,0x7f,0xff,
  14.    0xa0ff,0xe0ff,0xe0ff,0xe0ff,0xe0ff,0xe0ff,0xf1ff,0xfbff,
  15.    0x0,0x400,0xe00,0xe40,0x1c0,0x3f80,0x7000,0x4e00,
  16.    0xe00,0xe00,0xe00,0xe00,0xe00,0xe00,0x400,0x0}
  17.    };
  18.