ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/dev/Britan/E
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 E_width 24
2     #define E_height 24
3     static char E_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, 0x00, 0x0c, 0x30, 0x00, 0x0c,
7     0x30, 0x00, 0x0c, 0x18, 0x00, 0x18, 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};