MRU1/bmp/bmp2.bmp
2025-07-02 08:18:27 +03:00

14 lines
167 B
Plaintext

/* XPM */
static char *bmp1[]={
"8 8 2 1",
"# c #000000",
". c none",
"........",
"........",
"#######.",
"#######.",
"#######.",
"........",
"........",
"........"};