wxWidgets/demos/life/bitmaps/east.xpm

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
423 B
C
Raw Normal View History

/* XPM */
static const char *const east_xpm[] = {
"16 16 3 1",
" c None",
". c Black",
"X c Yellow",
" ",
" .. ",
" .X.. ",
" .XX.. ",
" .XXXX.. ",
" .XXXXX.. ",
" .XXXXXXX.. ",
" .XXXXXXXXX. ",
" .XXXXXXXXX. ",
" .XXXXXXX.. ",
" .XXXXX.. ",
" .XXXX.. ",
" .XX.. ",
" .X.. ",
" .. ",
" "};