8518f89d69e2c12939cdeb4e6b187238bb0c9ba3
[alexxy/gromacs.git] / src / ngmx / play.bm
1 /*
2  *       @(#) play.bm 1.13 9/30/97
3  *
4  *       This source code is part of
5  *
6  *        G   R   O   M   A   C   S
7  *
8  * GROningen MAchine for Chemical Simulations
9  *
10  * Copyright (c) 1990-1995,
11  * BIOSON Research Institute, Dept. of Biophysical Chemistry,
12  * University of Groningen, The Netherlands
13  *
14  * Please refer to:
15  * GROMACS: A message-passing parallel molecular dynamics implementation
16  * H.J.C. Berendsen, D. van der Spoel and R. van Drunen
17  * Comp. Phys. Comm. 91, 43-56 (1995)
18  *
19  * Also check out our WWW page:
20  * http://rugmd0.chem.rug.nl/~gmx
21  * or e-mail to:
22  * gromacs@chem.rug.nl
23  *
24  * And Hey:
25  * Gyas ROwers Mature At Cryogenic Speed
26  */
27
28 #ifndef _play_bm
29 #define _play_bm
30
31 #ifdef HAVE_IDENT
32 #ident  "@(#) play.bm 1.2 11/23/92"
33 #endif /* HAVE_IDENT */
34 #define play_width 40
35 #define play_height 32
36 static unsigned char play_bits[] = {
37    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
38    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
39    0x00, 0x00, 0x08, 0x00, 0x03, 0x00, 0x00, 0x18, 0x00, 0x03, 0x00, 0x00,
40    0x38, 0x00, 0x03, 0x00, 0x00, 0x78, 0x00, 0x03, 0x00, 0x00, 0xf8, 0x00,
41    0x03, 0x00, 0x00, 0xf8, 0x01, 0x03, 0x00, 0x00, 0xf8, 0x03, 0x03, 0x00,
42    0x00, 0xf8, 0x07, 0x03, 0x00, 0x00, 0xf8, 0x0f, 0x03, 0x00, 0x00, 0xf8,
43    0x1f, 0x03, 0x00, 0x00, 0xf8, 0x3f, 0x03, 0x00, 0x00, 0xf8, 0x1f, 0x03,
44    0x00, 0x00, 0xf8, 0x0f, 0x03, 0x00, 0x00, 0xf8, 0x07, 0x03, 0x00, 0x00,
45    0xf8, 0x03, 0x03, 0x00, 0x00, 0xf8, 0x01, 0x03, 0x00, 0x00, 0xf8, 0x00,
46    0x03, 0x00, 0x00, 0x78, 0x00, 0x03, 0x00, 0x00, 0x38, 0x00, 0x03, 0x00,
47    0x00, 0x18, 0x00, 0x03, 0x00, 0x00, 0x08, 0x00, 0x03, 0x00, 0x00, 0x00,
48    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
49    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
50    0x00, 0x00, 0x00, 0x00};
51
52 #endif  /* _play_bm */