123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- /* This file contains code for X-CHESS.
- Copyright (C) 1986 Free Software Foundation, Inc.
- This file is part of X-CHESS.
- X-CHESS is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY. No author or distributor
- accepts responsibility to anyone for the consequences of using it
- or for whether it serves any particular purpose or works at all,
- unless he says so in writing. Refer to the X-CHESS General Public
- License for full details.
- Everyone is granted permission to copy, modify and redistribute
- X-CHESS, but only under the conditions described in the
- X-CHESS General Public License. A copy of this license is
- supposed to have been given to you along with X-CHESS so you
- can know your rights and responsibilities. It should be in a
- file named COPYING. Among other things, the copyright notice
- and this notice must be preserved on all copies. */
- #define pawn_outline_width 80
- #define pawn_outline_height 80
- static short pawn_outline_bits[] = {
- 0x0000, 0x0000, 0x0000, 0x0000,
- 0x0000, 0x0000, 0x0000, 0x0000,
- 0x0000, 0x0000, 0x0000, 0x0000,
- 0x1f80, 0x0000, 0x0000, 0x0000,
- 0x0000, 0x70e0, 0x0000, 0x0000,
- 0x0000, 0x0000, 0xc030, 0x0000,
- 0x0000, 0x0000, 0x0000, 0x8010,
- 0x0000, 0x0000, 0x0000, 0x0000,
- 0x8018, 0x0001, 0x0000, 0x0000,
- 0x0000, 0x0008, 0x0001, 0x0000,
- 0x0000, 0x0000, 0x0008, 0x0001,
- 0x0000, 0x0000, 0x0000, 0x0008,
- 0x0001, 0x0000, 0x0000, 0x0000,
- 0x8018, 0x0001, 0x0000, 0x0000,
- 0x0000, 0x8010, 0x0000, 0x0000,
- 0x0000, 0x0000, 0xc030, 0x0000,
- 0x0000, 0x0000, 0x0000, 0x70e0,
- 0x0000, 0x0000, 0x0000, 0x0000,
- 0x3fc0, 0x0000, 0x0000, 0x0000,
- 0x0000, 0xfff8, 0x0001, 0x0000,
- 0x0000, 0x0000, 0x000c, 0x0003,
- 0x0000, 0x0000, 0x0000, 0x0006,
- 0x000e, 0x0000, 0x0000, 0x8000,
- 0x0003, 0x0038, 0x0000, 0x0000,
- 0xe000, 0x0000, 0x00e0, 0x0000,
- 0x0000, 0xf800, 0xffff, 0x03ff,
- 0x0000, 0x0000, 0x0000, 0x0010,
- 0x0001, 0x0000, 0x0000, 0x0000,
- 0x0010, 0x0001, 0x0000, 0x0000,
- 0x0000, 0x0010, 0x0001, 0x0000,
- 0x0000, 0x0000, 0x0018, 0x0003,
- 0x0000, 0x0000, 0x0000, 0x0008,
- 0x0002, 0x0000, 0x0000, 0x0000,
- 0x0008, 0x0002, 0x0000, 0x0000,
- 0x0000, 0x000c, 0x0006, 0x0000,
- 0x0000, 0x0000, 0x0004, 0x0004,
- 0x0000, 0x0000, 0x0000, 0x0004,
- 0x0004, 0x0000, 0x0000, 0x0000,
- 0x0006, 0x000c, 0x0000, 0x0000,
- 0x0000, 0x0002, 0x0008, 0x0000,
- 0x0000, 0x0000, 0x0003, 0x0018,
- 0x0000, 0x0000, 0x8000, 0x0001,
- 0x0030, 0x0000, 0x0000, 0x8000,
- 0x0000, 0x0020, 0x0000, 0x0000,
- 0xc000, 0x0000, 0x0060, 0x0000,
- 0x0000, 0x6000, 0x0000, 0x00c0,
- 0x0000, 0x0000, 0x2000, 0x0000,
- 0x0080, 0x0000, 0x0000, 0x2000,
- 0x0000, 0x0080, 0x0000, 0x0000,
- 0x3000, 0x0000, 0x0180, 0x0000,
- 0x0000, 0x1000, 0x0000, 0x0100,
- 0x0000, 0x0000, 0x1800, 0x0000,
- 0x0300, 0x0000, 0x0000, 0x0800,
- 0x0000, 0x0200, 0x0000, 0x0000,
- 0x0800, 0x0000, 0x0200, 0x0000,
- 0x0000, 0x0800, 0x0000, 0x0200,
- 0x0000, 0x0000, 0x0800, 0x0000,
- 0x0200, 0x0000, 0x0000, 0x0800,
- 0x0000, 0x0200, 0x0000, 0x0000,
- 0x0800, 0x0000, 0x0200, 0x0000,
- 0x0000, 0x1800, 0x0000, 0x0300,
- 0x0000, 0x0000, 0x1000, 0x0000,
- 0x0100, 0x0000, 0x0000, 0x1000,
- 0x0000, 0x0100, 0x0000, 0x0000,
- 0x3000, 0x0000, 0x0180, 0x0000,
- 0x0000, 0x2000, 0x0000, 0x0080,
- 0x0000, 0x0000, 0x2000, 0x0000,
- 0x0080, 0x0000, 0x0000, 0x6000,
- 0x0000, 0x00c0, 0x0000, 0x0000,
- 0x4000, 0x0000, 0x0040, 0x0000,
- 0x0000, 0xc000, 0x0000, 0x0060,
- 0x0000, 0x0000, 0x8000, 0x0000,
- 0x0020, 0x0000, 0x0000, 0x8000,
- 0x0001, 0x0030, 0x0000, 0x0000,
- 0x0000, 0x0003, 0x0018, 0x0000,
- 0x0000, 0x0000, 0x0002, 0x0008,
- 0x0000, 0x0000, 0x0000, 0x0006,
- 0x000c, 0x0000, 0x0000, 0x0000,
- 0x0004, 0x0004, 0x0000, 0x0000,
- 0x0000, 0x000c, 0x0006, 0x0000,
- 0x0000, 0xe000, 0x001f, 0x00ff,
- 0x0000, 0x0000, 0x7c00, 0xc078,
- 0x0781, 0x0000, 0x0000, 0x0700,
- 0x7fc0, 0x1c00, 0x0000, 0x0000,
- 0x0180, 0x0000, 0x3000, 0x0000,
- 0x0000, 0x00e0, 0x0000, 0xe000,
- 0x0000, 0x0000, 0x0030, 0x0000,
- 0x8000, 0x0001, 0x0000, 0x0018,
- 0x0000, 0x0000, 0x0003, 0x0000,
- 0x000c, 0x0000, 0x0000, 0x0006,
- 0x0000, 0x0004, 0x0000, 0x0000,
- 0x0004, 0x0000, 0x0006, 0x0000,
- 0x0000, 0x000c, 0x0000, 0x0002,
- 0x0000, 0x0000, 0x0008, 0x0000,
- 0x0002, 0x0000, 0x0000, 0x0008,
- 0x0000, 0x0003, 0x0000, 0x0000,
- 0x0018, 0x0000, 0xffff, 0xffff,
- 0xffff, 0x001f, 0x0000, 0x0000,
- 0x0000, 0x0000, 0x0000, 0x0000,
- 0x0000, 0x0000, 0x0000, 0x0000};
|