You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

29 lines
467 B

/* XPM */
#ifndef XPMMAIN
extern const char * module_xpm[];
#else
const char * module_xpm[] = {
"16 15 4 1",
"X c Red",
". c None",
"o c Blue",
"c c Gray",
"....XXX..XXX....",
".cooX..XX..Xooc.",
".cooX......Xooc.",
"....X......X....",
".cooX......Xooc.",
".cooX......Xooc.",
"....X......X....",
".cooX......Xooc.",
".cooX......Xooc.",
"....X......X....",
".cooX......Xooc.",
".cooX......Xooc.",
"....X......X....",
".cooX......Xooc.",
"....XXXXXXXX...."
};
#endif