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.
 
 
 
 
 

32 lines
494 B

/* XPM */
#ifndef XPMMAIN
extern const char * mod_ratsnest_xpm[];
#else
const char * mod_ratsnest_xpm[] = {
"16 15 5 1",
"X c Red",
". c None",
"o c Blue",
"c c Gray",
"- c White",
"...........-....",
"--........-.-...",
"..--XXX..-XX.-..",
".cooX--.-..Xoo-.",
".cooX..--..Xooc.",
"....X.-..--X....",
".cooX-.....X--c.",
".coo-......Xoo-.",
"...-X......X....",
".c-oX......Xooc.",
".-ooX......Xoo-.",
"..-.XXXXXXXX..-.",
"...-..........-.",
"....-..........-",
".....-.........-"
};
#endif