annotate puck.h @ 3:5a977ccbc7a9 default tip

Empty changelog
author darius
date Sat, 06 Dec 1997 05:41:29 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
1 /* $Id: puck.h,v 1.1.1.1 1997/12/06 05:41:30 darius Exp $ */
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
2
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
3 #define puck_width 20
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
4 #define puck_height 20
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
5 static unsigned char puck_bits[] = {
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
6 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
7 0x00, 0x07, 0x00, 0xc0, 0x1f, 0x00, 0xe0, 0x3f, 0x00, 0xe0, 0x3f, 0x00,
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
8 0xf0, 0x7f, 0x00, 0xf0, 0x7f, 0x00, 0xf0, 0x7f, 0x00, 0xe0, 0x3f, 0x00,
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
9 0xe0, 0x3f, 0x00, 0xc0, 0x1f, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00,
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
10 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};