file: crosshair_mask.h
#define crosshair_mask_width 16 #define crosshair_mask_height 16 static char crosshair_mask_bits[] = { 0x80, 0x02, 0x80, 0x02, 0x80, 0x02, 0x80, 0x02, 0x80, 0x02, 0x80, 0x02, 0xfe, 0xfe, 0x00, 0x00, 0xfe, 0xfe, 0x80, 0x02, 0x80, 0x02, 0x80, 0x02, 0x80, 0x02, 0x80, 0x02, 0x80, 0x02, 0x00, 0x00};
Back to Source File Index
C++ to HTML Conversion by ctoohtml