file: crosshair_cursor.h

#define crosshair_cursor_width 16 #define crosshair_cursor_height 16 #define crosshair_cursor_x_hot 8 #define crosshair_cursor_y_hot 7 static char crosshair_cursor_bits[] = { 0x7f, 0xfd, 0x7f, 0xfd, 0x7f, 0xfd, 0x7f, 0xfd, 0x7f, 0xfd, 0x7f, 0xfd, 0x01, 0x01, 0xff, 0xff, 0x01, 0x01, 0x7f, 0xfd, 0x7f, 0xfd, 0x7f, 0xfd, 0x7f, 0xfd, 0x7f, 0xfd, 0x7f, 0xfd, 0xff, 0xff};


Back to Source File Index


C++ to HTML Conversion by ctoohtml