ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/dev/Britan/D
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

# User Rev Content
1 root 1.1 #define D_width 24
2     #define D_height 24
3     static char D_bits[] = {
4     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x18,
5     0x1c, 0x00, 0x1c, 0x3c, 0x00, 0x1e, 0x6c, 0x00, 0x1b, 0xcc, 0x80, 0x19,
6     0x8c, 0xc1, 0x18, 0x0c, 0x63, 0x18, 0x0c, 0x36, 0x18, 0x0c, 0x1c, 0x18,
7     0x0c, 0x1c, 0x18, 0x0c, 0x36, 0x18, 0x0c, 0x63, 0x18, 0x8c, 0xc1, 0x18,
8     0xcc, 0x80, 0x19, 0x6c, 0x00, 0x1b, 0x3c, 0x00, 0x1e, 0x1c, 0x00, 0x1c,
9     0x0c, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};