~vcs-imports/crossfire-arch/main

1
2
3
4
5
6
7
8
#define gol_width 24
#define gol_height 24
static char gol_bits[] = {
 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x00,0x00,
 0x1f,0x00,0x00,0x1f,0x00,0x00,0x3f,0x00,0x00,0x7f,0x00,0x00,0xf1,0x0f,0x00,
 0xff,0x13,0x00,0xff,0x2f,0x00,0xff,0x3f,0x00,0x8f,0x2f,0x00,0x47,0x7f,0x00,
 0x93,0xff,0x00,0xaf,0xdf,0x01,0x5f,0xbf,0x01,0xff,0x7f,0x03};