[Scummvm-cvs-logs] CVS: scummvm/simon midi.cpp,1.7,1.8 simon.cpp,1.19,1.20 simonsys.cpp,1.5,1.6

James Brown ender at users.sourceforge.net
Fri Apr 19 04:13:12 CEST 2002


Update of /cvsroot/scummvm/scummvm/simon
In directory usw-pr-cvs1:/tmp/cvs-serv12043/simon

Modified Files:
	midi.cpp simon.cpp simonsys.cpp 
Log Message:
Use relative include paths to easy some ports.



Index: midi.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/midi.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** midi.cpp	14 Apr 2002 18:13:08 -0000	1.7
--- midi.cpp	19 Apr 2002 11:12:27 -0000	1.8
***************
*** 24,29 ****
  #include "scummsys.h"
  #include "system.h"
! #include "mididrv.h"
! #include "mixer.h"
  #include "simon.h"
  
--- 24,29 ----
  #include "scummsys.h"
  #include "system.h"
! #include "../sound/mididrv.h"
! #include "../sound/mixer.h"
  #include "simon.h"
  

Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** simon.cpp	19 Apr 2002 06:23:49 -0000	1.19
--- simon.cpp	19 Apr 2002 11:12:27 -0000	1.20
***************
*** 24,28 ****
  #include "scummsys.h"
  #include "system.h"
! #include "mixer.h"
  #include "simon.h"
  
--- 24,28 ----
  #include "scummsys.h"
  #include "system.h"
! #include "../sound/mixer.h"
  #include "simon.h"
  

Index: simonsys.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simonsys.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** simonsys.cpp	16 Apr 2002 23:22:01 -0000	1.5
--- simonsys.cpp	19 Apr 2002 11:12:27 -0000	1.6
***************
*** 24,28 ****
  #include "scummsys.h"
  #include "system.h"
! #include "mixer.h"
  #include "simon.h"
  
--- 24,28 ----
  #include "scummsys.h"
  #include "system.h"
! #include "../sound/mixer.h"
  #include "simon.h"
  





More information about the Scummvm-git-logs mailing list