Added stubs for cd_playtrack() and BoxTest().

svn-id: r3630
This commit is contained in:
Marcus Comstedt 2002-02-25 20:42:46 +00:00
parent 8a84e16c2c
commit 1247c1984f

View File

@ -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)