[Scummvm-cvs-logs] CVS: scummvm/wince pocketpc.cpp,1.5,1.6

James Brown ender at users.sourceforge.net
Fri Mar 15 21:34:02 CET 2002


Update of /cvsroot/scummvm/scummvm/wince
In directory usw-pr-cvs1:/tmp/cvs-serv14613/wince

Modified Files:
	pocketpc.cpp 
Log Message:
Lots of stuff - GUI fixes. More launcher work... and CD music working in MI1. Thanks to frob and realmz for their work on that.



Index: pocketpc.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/wince/pocketpc.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pocketpc.cpp	15 Mar 2002 00:37:20 -0000	1.5
--- pocketpc.cpp	16 Mar 2002 05:33:25 -0000	1.6
***************
*** 33,37 ****
  #include "commctrl.h"
  
! #include <Winuser.h>
  #include <Winnls.h>
  #include <sipapi.h>
--- 33,38 ----
  #include "commctrl.h"
  
! #include <Winuser.h>
! 
  #include <Winnls.h>
  #include <sipapi.h>
***************
*** 44,48 ****
  #include "SDL_audio.h"
  #include "SDL_timer.h"
! #include "SDL_thread.h"
  
  #define VERSION "(VM " SCUMMVM_CVS ")"
--- 45,50 ----
  #include "SDL_audio.h"
  #include "SDL_timer.h"
! #include "SDL_thread.h"
! 
  
  #define VERSION "(VM " SCUMMVM_CVS ")"
***************
*** 1020,1026 ****
  void setShakePos(Scumm *s, int shake_pos) {}
  // TODO : switch to MP3 support
! void cd_playtrack(int track, int offset, int delay) {}
! // Never happening on Pocket version
! void launcherLoop() {}
  
  
--- 1022,1032 ----
  void setShakePos(Scumm *s, int shake_pos) {}
  // TODO : switch to MP3 support
! void cd_playtrack(int track, int offset, int delay) {}
  
+ // Never happening on Pocket version
  
+ void launcherLoop() {;}
+ void cd_playtrack(int track, int offset, int delay) {;}
+ void cd_play(int track, int num_loops, int start_frame) {;}
+ void cd_stop() {;}
+ int cd_is_running() {return 0;}
\ No newline at end of file





More information about the Scummvm-git-logs mailing list