10 lines
		
	
	
		
			541 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			541 B
		
	
	
	
		
			Plaintext
		
	
	
| #define Cwyvern_width 24
 | |
| #define Cwyvern_height 24
 | |
| static unsigned char wyvern_bits[] = {
 | |
|    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x07, 0x00,
 | |
|    0x3f, 0xf0, 0x03, 0x03, 0xfe, 0x0f, 0x80, 0x0f, 0x1c, 0xf0, 0x03, 0x30,
 | |
|    0xff, 0x00, 0x30, 0x7f, 0x00, 0x60, 0x1d, 0x00, 0x60, 0x0e, 0x00, 0x60,
 | |
|    0x06, 0x00, 0x60, 0x03, 0x00, 0x60, 0x03, 0x00, 0x60, 0x03, 0x00, 0x20,
 | |
|    0x07, 0x00, 0x30, 0x0f, 0x00, 0x18, 0x1f, 0x20, 0x0e, 0x3c, 0xf0, 0x03,
 | |
|    0xf0, 0x20, 0x00, 0x60, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00};
 |