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

File Contents

# Content
1 #define M_width 24
2 #define M_height 24
3 static char M_bits[] = {
4 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x0c,
5 0x70, 0x00, 0x0e, 0xf0, 0x00, 0x0f, 0xb0, 0xc3, 0x0d, 0x30, 0xe7, 0x0c,
6 0x30, 0x7e, 0x0c, 0x30, 0x18, 0x0c, 0x30, 0x7e, 0x0c, 0xb0, 0xe7, 0x0d,
7 0xf0, 0x81, 0x0f, 0x78, 0x00, 0x1e, 0x18, 0x00, 0x18, 0x18, 0x00, 0x18,
8 0x18, 0x00, 0x18, 0x18, 0x00, 0x18, 0x18, 0x00, 0x18, 0x18, 0x00, 0x18,
9 0x18, 0x00, 0x18, 0x18, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};