mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-03-06 17:01:39 +00:00
32 lines
834 B
C
32 lines
834 B
C
/* XPM */
|
|
static const char *image_placeholder24x24_xpm[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"24 24 2 1",
|
|
" c #7E97A9",
|
|
". c #EBEBFF",
|
|
/* pixels */
|
|
" ...... ......",
|
|
" ...... ......",
|
|
" ...... ......",
|
|
" ...... ......",
|
|
" ...... ......",
|
|
" ...... ......",
|
|
"...... ...... ",
|
|
"...... ...... ",
|
|
"...... ...... ",
|
|
"...... ...... ",
|
|
"...... ...... ",
|
|
"...... ...... ",
|
|
" ...... ......",
|
|
" ...... ......",
|
|
" ...... ......",
|
|
" ...... ......",
|
|
" ...... ......",
|
|
" ...... ......",
|
|
"...... ...... ",
|
|
"...... ...... ",
|
|
"...... ...... ",
|
|
"...... ...... ",
|
|
"...... ...... ",
|
|
"...... ...... "
|
|
};
|