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