10 lines
		
	
	
		
			452 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			452 B
		
	
	
	
		
			Plaintext
		
	
	
| #define devilhus_width 24
 | |
| #define devilhus_height 24
 | |
| static char devilhus_bits[] = {
 | |
| 0x00,0x00,0x00,0x08,0x00,0x20,0x08,0x00,0x20,0x08,0x00,0x20,
 | |
| 0x08,0x00,0x30,0x18,0x00,0x10,0x10,0x00,0x18,0x30,0x00,0x18,
 | |
| 0x30,0x00,0x0c,0x60,0x00,0x0e,0xe0,0x81,0x07,0xc0,0xff,0x07,
 | |
| 0xc0,0xff,0x03,0x80,0xff,0x01,0x80,0xff,0x01,0xc0,0xbe,0x03,
 | |
| 0xc0,0xaa,0x03,0xc0,0xc9,0x03,0xc0,0xff,0x03,0xc0,0x77,0x01,
 | |
| 0x80,0xbe,0x01,0x80,0xc1,0x00,0x00,0xe3,0x00,0x00,0x7e,0x00};
 |