ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/dev/Gloran/Chain
Revision: 1.1
Committed: Mon Feb 6 20:26:11 2006 UTC (18 years, 4 months ago) by root
Branch point for: UPSTREAM, MAIN
Log Message:
Initial revision

File Contents

# User Rev Content
1 root 1.1 #define Chain_width 24
2     #define Chain_height 24
3     static char Chain_bits[] = {
4     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0e, 0x7e, 0x70,
5     0xbe, 0xff, 0x7d, 0xf8, 0xc3, 0x1f, 0xe0, 0x00, 0x07, 0xf0, 0x81, 0x0f,
6     0xb0, 0x81, 0x0d, 0xb8, 0xc3, 0x1d, 0x18, 0xc3, 0x18, 0x18, 0xc3, 0x18,
7     0x18, 0xc3, 0x18, 0x18, 0xc3, 0x18, 0xb8, 0xc3, 0x1d, 0xb0, 0x81, 0x0d,
8     0xf0, 0x81, 0x0f, 0xe0, 0x00, 0x07, 0xf8, 0xc3, 0x1f, 0xbe, 0xff, 0x7d,
9     0x0e, 0x7e, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};