summaryrefslogtreecommitdiffstats
path: root/pacman-c++/client.cpp
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-08 15:18:38 +0200
committermanuel <manuel@mausz.at>2011-04-08 15:18:38 +0200
commit507f8b6ca5679c4898b721520dd4011f6b9e5824 (patch)
treeba162976ed22e04586f6268db6a2e46621c1c036 /pacman-c++/client.cpp
parentd1d48ba62695572a2091867b827b1304b0da08d3 (diff)
downloadfoop-507f8b6ca5679c4898b721520dd4011f6b9e5824.tar.gz
foop-507f8b6ca5679c4898b721520dd4011f6b9e5824.tar.bz2
foop-507f8b6ca5679c4898b721520dd4011f6b9e5824.zip
make audioplayer useful
Diffstat (limited to 'pacman-c++/client.cpp')
-rw-r--r--pacman-c++/client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/pacman-c++/client.cpp b/pacman-c++/client.cpp
index 814e5e1..e4978f7 100644
--- a/pacman-c++/client.cpp
+++ b/pacman-c++/client.cpp
@@ -1,4 +1,5 @@
1#include "client.h" 1#include "client.h"
2#include "audioplayer.h"
2 3
3Client::Client() 4Client::Client()
4{ 5{