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

  1. /* XPM */
  2. #ifndef XPMMAIN
  3. extern const char * mod_ratsnest_xpm[];
  4. #else
  5. const char * mod_ratsnest_xpm[] = {
  6. "16 15 5 1",
  7. "X c Red",
  8. ". c None",
  9. "o c Blue",
  10. "c c Gray",
  11. "- c White",
  12. "...........-....",
  13. "--........-.-...",
  14. "..--XXX..-XX.-..",
  15. ".cooX--.-..Xoo-.",
  16. ".cooX..--..Xooc.",
  17. "....X.-..--X....",
  18. ".cooX-.....X--c.",
  19. ".coo-......Xoo-.",
  20. "...-X......X....",
  21. ".c-oX......Xooc.",
  22. ".-ooX......Xoo-.",
  23. "..-.XXXXXXXX..-.",
  24. "...-..........-.",
  25. "....-..........-",
  26. ".....-.........-"
  27. };
  28. #endif