diff options
Diffstat (limited to 'pacman-c++/common/pics/soundoff.xpm')
| -rw-r--r-- | pacman-c++/common/pics/soundoff.xpm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pacman-c++/common/pics/soundoff.xpm b/pacman-c++/common/pics/soundoff.xpm new file mode 100644 index 0000000..ba33f5f --- /dev/null +++ b/pacman-c++/common/pics/soundoff.xpm | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * soundoff_xpm[] = { | ||
| 3 | "12 10 2 1", | ||
| 4 | " c None", | ||
| 5 | ". c #000000", | ||
| 6 | " ", | ||
| 7 | " . ", | ||
| 8 | " .. . .", | ||
| 9 | ".... . . ", | ||
| 10 | ".... .. ", | ||
| 11 | ".... .. ", | ||
| 12 | ".... . . ", | ||
| 13 | " .. . .", | ||
| 14 | " . ", | ||
| 15 | " "}; | ||
