aboutsummaryrefslogtreecommitdiff
path: root/dc
diff options
context:
space:
mode:
authorMarcus Comstedt2002-02-25 20:42:46 +0000
committerMarcus Comstedt2002-02-25 20:42:46 +0000
commit1247c1984f8d8ab889309b408c588a06de6feb11 (patch)
treec18e1c47673cf59dfb8099123fd07508d2983bb4 /dc
parent8a84e16c2cb9a9bac786a9c9a73c266c5d29ce14 (diff)
downloadscummvm-rg350-1247c1984f8d8ab889309b408c588a06de6feb11.tar.gz
scummvm-rg350-1247c1984f8d8ab889309b408c588a06de6feb11.tar.bz2
scummvm-rg350-1247c1984f8d8ab889309b408c588a06de6feb11.zip
Added stubs for cd_playtrack() and BoxTest().
svn-id: r3630
Diffstat (limited to 'dc')
-rw-r--r--dc/dcmain.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/dc/dcmain.cpp b/dc/dcmain.cpp
index f6e367fc62..8100b29bae 100644
--- a/dc/dcmain.cpp
+++ b/dc/dcmain.cpp
@@ -37,6 +37,14 @@ SoundEngine sound;
SOUND_DRIVER_TYPE snd_driv;
+void cd_playtrack(int track, int offset, int delay) {
+ /* Not implemented yet => stub function */
+}
+
+void BoxTest(int num) {
+ /* No debugger on the DC => stub function */
+}
+
void waitForTimer(Scumm *s, int time)
{
if(time<0)