From ce48af53646cd9e7ec762fc1ac176b3aa620b11d Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 5 May 2011 00:57:07 +0200 Subject: - refactorized the whole project and made a few subprojects - replaced tcp with enet - added connect dialog - some smaller bugfixes --- pacman-c++/sound/ambient.ogg | Bin 23243 -> 0 bytes pacman-c++/sound/die.ogg | Bin 20271 -> 0 bytes pacman-c++/sound/eating_fruit.ogg | Bin 8774 -> 0 bytes pacman-c++/sound/eating_ghost.ogg | Bin 9238 -> 0 bytes pacman-c++/sound/intro.ogg | Bin 45705 -> 0 bytes pacman-c++/sound/waka_waka.ogg | Bin 25855 -> 0 bytes 6 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 pacman-c++/sound/ambient.ogg delete mode 100644 pacman-c++/sound/die.ogg delete mode 100644 pacman-c++/sound/eating_fruit.ogg delete mode 100644 pacman-c++/sound/eating_ghost.ogg delete mode 100644 pacman-c++/sound/intro.ogg delete mode 100644 pacman-c++/sound/waka_waka.ogg (limited to 'pacman-c++/sound') diff --git a/pacman-c++/sound/ambient.ogg b/pacman-c++/sound/ambient.ogg deleted file mode 100644 index 2919513..0000000 Binary files a/pacman-c++/sound/ambient.ogg and /dev/null differ diff --git a/pacman-c++/sound/die.ogg b/pacman-c++/sound/die.ogg deleted file mode 100644 index f6af2e0..0000000 Binary files a/pacman-c++/sound/die.ogg and /dev/null differ diff --git a/pacman-c++/sound/eating_fruit.ogg b/pacman-c++/sound/eating_fruit.ogg deleted file mode 100644 index 752864a..0000000 Binary files a/pacman-c++/sound/eating_fruit.ogg and /dev/null differ diff --git a/pacman-c++/sound/eating_ghost.ogg b/pacman-c++/sound/eating_ghost.ogg deleted file mode 100644 index a204a2c..0000000 Binary files a/pacman-c++/sound/eating_ghost.ogg and /dev/null differ diff --git a/pacman-c++/sound/intro.ogg b/pacman-c++/sound/intro.ogg deleted file mode 100644 index d38f16b..0000000 Binary files a/pacman-c++/sound/intro.ogg and /dev/null differ diff --git a/pacman-c++/sound/waka_waka.ogg b/pacman-c++/sound/waka_waka.ogg deleted file mode 100644 index def0d96..0000000 Binary files a/pacman-c++/sound/waka_waka.ogg and /dev/null differ -- cgit v1.2.3