/* @(#)light.ic X10/6.6B 12/26/86 */ #define light_width 16 #define light_height 16 static short light_bits[] = { 0x1111, 0x0000, 0x4444, 0x0000, 0x1111, 0x0000, 0x4444, 0x0000, 0x1111, 0x0000, 0x4444, 0x0000, 0x1111, 0x0000, 0x4444, 0x0000};