2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-11-22 17:41:55 +00:00
xNBA/contrib/ppmtoansi/demo/flash.xpm
2005-05-17 16:44:57 +00:00

26 lines
382 B
C

/* XPM */
static char *noname[] = {
/* width height ncolors chars_per_pixel */
"10 16 2 1",
/* colors */
" c #000000",
"x c #FFFF00",
/* pixels */
"xx ",
"xx x ",
"xx xx ",
"xx xxx ",
"xx xxxx ",
"xx xxxx ",
"xxxx xx ",
"xxxx xx ",
"xxx xx ",
"xx xx ",
"x xx ",
" xx ",
" xx xx xx",
" xxxxxx ",
" xxxx ",
" xx ",
};