8 lines
89 B
C
8 lines
89 B
C
/* XPM */
|
|
static char *small_empty_cell[] = {
|
|
"1 1 2 1",
|
|
" c black",
|
|
". c None",
|
|
"."
|
|
};
|