pcsx2/3rdparty/wxwidgets3.0/art/last.xpm
Jonathan Li 24d5e59c32 wxWidgets3.0: trim files and rename directory
Delete files and directories that won't be used, and rename the
wxWidgets 3.0 directory to reduce confusion when doing maintenance
version upgrades.
2015-07-03 10:05:55 +01:00

22 lines
424 B
C

/* XPM */
static const char *const last_xpm[] = {
"16 16 3 1",
" c None",
". c Black",
"X c Gray100",
" ",
" ",
" . ...",
" .. ...",
" .X. ...",
" ........XX. ...",
" .XXXXXXXXXX....",
" .XXXXXXXXXXX...",
" .XXXXXXXXXXX...",
" .XXXXXXXXXX....",
" ........XX. ...",
" .X. ...",
" .. ...",
" . ...",
" ",
" "};