mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-07 21:50:05 +00:00
22 lines
401 B
C
22 lines
401 B
C
|
/* XPM */
|
||
|
static char * pause_xpm[] = {
|
||
|
"16 16 2 1",
|
||
|
" c None",
|
||
|
". c #000000",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ..... ..... ",
|
||
|
" ..... ..... ",
|
||
|
" ..... ..... ",
|
||
|
" ..... ..... ",
|
||
|
" ..... ..... ",
|
||
|
" ..... ..... ",
|
||
|
" ..... ..... ",
|
||
|
" ..... ..... ",
|
||
|
" ..... ..... ",
|
||
|
" ..... ..... ",
|
||
|
" ..... ..... ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" "};
|