ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/dev/Britan/F
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 F_width 24
2     #define F_height 24
3     static char F_bits[] = {
4     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x30, 0x06,
5     0xc0, 0x30, 0x06, 0xc0, 0x30, 0x06, 0xc0, 0x18, 0x03, 0xc0, 0x1c, 0x03,
6     0xc0, 0x0f, 0x03, 0xc0, 0x83, 0x01, 0xc0, 0xc0, 0x01, 0xc0, 0xe0, 0x00,
7     0xc0, 0x70, 0x00, 0xc0, 0x3f, 0x00, 0xc0, 0x1f, 0x00, 0xc0, 0x00, 0x00,
8     0xc0, 0x00, 0x00, 0xc0, 0x00, 0x00, 0xc0, 0x00, 0x00, 0xc0, 0x00, 0x00,
9     0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};