2 * @(#) play.bm 1.13 9/30/97
4 * This source code is part of
8 * GROningen MAchine for Chemical Simulations
10 * Copyright (c) 1990-1995,
11 * BIOSON Research Institute, Dept. of Biophysical Chemistry,
12 * University of Groningen, The Netherlands
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)
19 * Also check out our WWW page:
20 * http://rugmd0.chem.rug.nl/~gmx
25 * Gyas ROwers Mature At Cryogenic Speed
32 #ident "@(#) play.bm 1.2 11/23/92"
33 #endif /* HAVE_IDENT */
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};