From 1247c1984f8d8ab889309b408c588a06de6feb11 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Mon, 25 Feb 2002 20:42:46 +0000 Subject: Added stubs for cd_playtrack() and BoxTest(). svn-id: r3630 --- dc/dcmain.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dc') 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) -- cgit v1.2.3