home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #3 / amigamamagazinepolishissue1998.iso / szachy / gnu / amyboard-3.2.pl2 / bitmaps.h < prev    next >
C/C++ Source or Header  |  1995-03-08  |  4KB  |  96 lines

  1. /*
  2.  * bitmaps.h - Include bitmap files for pieces and icons
  3.  * $Id: bitmaps.h,v 1.2 1995/03/09 00:43:28 mann Exp $
  4.  *
  5.  * Copyright 1991 by Digital Equipment Corporation, Maynard, Massachusetts.
  6.  * Enhancements Copyright 1992-95 Free Software Foundation, Inc.
  7.  *
  8.  * The following terms apply to Digital Equipment Corporation's copyright
  9.  * interest in XBoard:
  10.  * ------------------------------------------------------------------------
  11.  * All Rights Reserved
  12.  *
  13.  * Permission to use, copy, modify, and distribute this software and its
  14.  * documentation for any purpose and without fee is hereby granted,
  15.  * provided that the above copyright notice appear in all copies and that
  16.  * both that copyright notice and this permission notice appear in
  17.  * supporting documentation, and that the name of Digital not be
  18.  * used in advertising or publicity pertaining to distribution of the
  19.  * software without specific, written prior permission.
  20.  *
  21.  * DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  22.  * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
  23.  * DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  24.  * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  25.  * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  26.  * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  27.  * SOFTWARE.
  28.  * ------------------------------------------------------------------------
  29.  *
  30.  * The following terms apply to the enhanced version of XBoard distributed
  31.  * by the Free Software Foundation:
  32.  * ------------------------------------------------------------------------
  33.  * This program is free software; you can redistribute it and/or modify
  34.  * it under the terms of the GNU General Public License as published by
  35.  * the Free Software Foundation; either version 2 of the License, or
  36.  * (at your option) any later version.
  37.  *
  38.  * This program is distributed in the hope that it will be useful,
  39.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  40.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  41.  * GNU General Public License for more details.
  42.  *
  43.  * You should have received a copy of the GNU General Public License
  44.  * along with this program; if not, write to the Free Software
  45.  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  46.  * ------------------------------------------------------------------------
  47.  *
  48.  * See the file ChangeLog for a revision history.
  49.  */
  50.  
  51. #include "bitmaps/p80s.bm"
  52. #include "bitmaps/n80s.bm"
  53. #include "bitmaps/b80s.bm"
  54. #include "bitmaps/r80s.bm"
  55. #include "bitmaps/q80s.bm"
  56. #include "bitmaps/k80s.bm"
  57.  
  58. #include "bitmaps/p80o.bm"
  59. #include "bitmaps/n80o.bm"
  60. #include "bitmaps/b80o.bm"
  61. #include "bitmaps/r80o.bm"
  62. #include "bitmaps/q80o.bm"
  63. #include "bitmaps/k80o.bm"
  64.  
  65. #include "bitmaps/p64s.bm"
  66. #include "bitmaps/n64s.bm"
  67. #include "bitmaps/b64s.bm"
  68. #include "bitmaps/r64s.bm"
  69. #include "bitmaps/q64s.bm"
  70. #include "bitmaps/k64s.bm"
  71.  
  72. #include "bitmaps/p64o.bm"
  73. #include "bitmaps/n64o.bm"
  74. #include "bitmaps/b64o.bm"
  75. #include "bitmaps/r64o.bm"
  76. #include "bitmaps/q64o.bm"
  77. #include "bitmaps/k64o.bm"
  78.  
  79. #include "bitmaps/p40s.bm"
  80. #include "bitmaps/n40s.bm"
  81. #include "bitmaps/b40s.bm"
  82. #include "bitmaps/r40s.bm"
  83. #include "bitmaps/q40s.bm"
  84. #include "bitmaps/k40s.bm"
  85.  
  86. #include "bitmaps/p40o.bm"
  87. #include "bitmaps/n40o.bm"
  88. #include "bitmaps/b40o.bm"
  89. #include "bitmaps/r40o.bm"
  90. #include "bitmaps/q40o.bm"
  91. #include "bitmaps/k40o.bm"
  92.  
  93. #include "bitmaps/icon_white.bm"
  94. #include "bitmaps/icon_black.bm"
  95. #include "bitmaps/checkmark.bm"
  96.