aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/sound.h
diff options
context:
space:
mode:
authorNeeraj Kumar2010-08-03 19:24:09 +0000
committerNeeraj Kumar2010-08-03 19:24:09 +0000
commit9dbe6fdb078809fc156974ea242bd8ccfa513593 (patch)
tree9567f2cf6b2d5630a8d1177a6bd7794df5af6312 /engines/testbed/sound.h
parent717e5f619b6a383cc96cbcd1d87f2584e0a89463 (diff)
downloadscummvm-rg350-9dbe6fdb078809fc156974ea242bd8ccfa513593.tar.gz
scummvm-rg350-9dbe6fdb078809fc156974ea242bd8ccfa513593.tar.bz2
scummvm-rg350-9dbe6fdb078809fc156974ea242bd8ccfa513593.zip
TESTBED: Implemented audioCD tests
svn-id: r51711
Diffstat (limited to 'engines/testbed/sound.h')
-rw-r--r--engines/testbed/sound.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/testbed/sound.h b/engines/testbed/sound.h
index de158d6474..1507c4543d 100644
--- a/engines/testbed/sound.h
+++ b/engines/testbed/sound.h
@@ -47,7 +47,8 @@ namespace SoundSubsystem {
// will contain function declarations for SoundSubsystem tests
bool playBeeps();
-bool mixSounds();
+bool mixSounds();
+bool audiocdOutput();
}
class SoundSubsystemTestSuite : public Testsuite {