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