[Scummvm-cvs-logs] CVS: scummvm/dc dcmain.cpp,1.4,1.5

Marcus Comstedt marcus_c at users.sourceforge.net
Mon Feb 25 12:45:34 CET 2002


Update of /cvsroot/scummvm/scummvm/dc
In directory usw-pr-cvs1:/tmp/cvs-serv20393/dc

Modified Files:
	dcmain.cpp 
Log Message:
Added stubs for cd_playtrack() and BoxTest().

Index: dcmain.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/dc/dcmain.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** dcmain.cpp	18 Feb 2002 18:58:15 -0000	1.4
--- dcmain.cpp	25 Feb 2002 20:42:46 -0000	1.5
***************
*** 38,41 ****
--- 38,49 ----
  
  
+ 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)
  {





More information about the Scummvm-git-logs mailing list