rook_small.bitmap 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* This file contains code for X-CHESS.
  2. Copyright (C) 1986 Free Software Foundation, Inc.
  3. This file is part of X-CHESS.
  4. X-CHESS is distributed in the hope that it will be useful,
  5. but WITHOUT ANY WARRANTY. No author or distributor
  6. accepts responsibility to anyone for the consequences of using it
  7. or for whether it serves any particular purpose or works at all,
  8. unless he says so in writing. Refer to the X-CHESS General Public
  9. License for full details.
  10. Everyone is granted permission to copy, modify and redistribute
  11. X-CHESS, but only under the conditions described in the
  12. X-CHESS General Public License. A copy of this license is
  13. supposed to have been given to you along with X-CHESS so you
  14. can know your rights and responsibilities. It should be in a
  15. file named COPYING. Among other things, the copyright notice
  16. and this notice must be preserved on all copies. */
  17. #define rook_small_width 32
  18. #define rook_small_height 32
  19. static short rook_small_bits[] = {
  20. 0x0000, 0x0000, 0x0000, 0x0000,
  21. 0x0000, 0x0000, 0x73c0, 0x03ce,
  22. 0x73c0, 0x03ce, 0x73c0, 0x03ce,
  23. 0x73c0, 0x03ce, 0xffc0, 0x03ff,
  24. 0xff00, 0x00ff, 0xff00, 0x00ff,
  25. 0xff00, 0x00ff, 0xff00, 0x00ff,
  26. 0xff00, 0x00ff, 0xff00, 0x00ff,
  27. 0xff00, 0x00ff, 0xff00, 0x00ff,
  28. 0xff00, 0x00ff, 0xff00, 0x00ff,
  29. 0xff00, 0x00ff, 0xff00, 0x00ff,
  30. 0xff00, 0x00ff, 0xff00, 0x00ff,
  31. 0xff00, 0x00ff, 0xff00, 0x00ff,
  32. 0xff00, 0x00ff, 0xff00, 0x00ff,
  33. 0xff00, 0x00ff, 0xffe0, 0x07ff,
  34. 0xffe0, 0x07ff, 0xffe0, 0x07ff,
  35. 0x0000, 0x0000, 0x0000, 0x0000};