summaryrefslogtreecommitdiffstats
path: root/pacman-c++/audioplayer.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-09 12:34:06 +0200
committermanuel <manuel@mausz.at>2011-04-09 12:34:06 +0200
commit7e4bc8ece49543533c4e27f5d6bc867c1bada601 (patch)
tree261881edeed4c703c9f1fce5111705a013df8bdc /pacman-c++/audioplayer.h
parenta4fc700dfe22c252824ac81711da4bd0bf94def5 (diff)
downloadfoop-7e4bc8ece49543533c4e27f5d6bc867c1bada601.tar.gz
foop-7e4bc8ece49543533c4e27f5d6bc867c1bada601.tar.bz2
foop-7e4bc8ece49543533c4e27f5d6bc867c1bada601.zip
collision detection fix
Diffstat (limited to 'pacman-c++/audioplayer.h')
-rw-r--r--pacman-c++/audioplayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pacman-c++/audioplayer.h b/pacman-c++/audioplayer.h
index e5344e7..dd0c25a 100644
--- a/pacman-c++/audioplayer.h
+++ b/pacman-c++/audioplayer.h
@@ -32,6 +32,7 @@ public:
32 void stop(); 32 void stop();
33 void setMuted(bool mute = true); 33 void setMuted(bool mute = true);
34 void play(Sound sound); 34 void play(Sound sound);
35 void clear();
35 void enqueue(Sound sound); 36 void enqueue(Sound sound);
36 void clearQueue(); 37 void clearQueue();
37 Phonon::State state(); 38 Phonon::State state();